Html Css Color HEX #9DEAC1 Magic Mint

📋 copy color: '#9DEAC1'

red 157 ◦ green 234 ◦ blue 193

#9DEAC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #9DEAC1

Tints of Magic Mint #9DEAC1

RGB

 RED value IS 157 (61.72% from 255) = 26.88%

 GREEN value IS 234 (91.8% from 255) = 40.07%

 BLUE value IS 193 (75.78% from 255) = 33.05%

R = 26.88%
G = 40.07%
B = 33.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DEAC1 (or 0x9DEAC1) is known color: Magic Mint. HEX triplet: 9D, EA and C1. RGB value is (157,234,193). Sum of RGB (Red+Green+Blue) = 157+234+193=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAC1 is #62153E. Grayscale: #CECECE. Windows color (decimal): -6427967 or 12708509. OLE color: 12708509.

HSL color Cylindrical-coordinate representation of color #9DEAC1: hue angle of 148.05º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEAC1 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 193 -
CMYK 0.33 0 0.18 0.08
HSL 148.05º 0.65% 0.77% -
HSV(B) 148.05º 0.33% 0.92% -
XYZ 52.95 69.86 61.15 -
YUV 206.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 157 234 193 0.33 0 0.18 0.08 148.05 0.65 0.77
Hex 9D EA C1 21 0 12 8 94 41 4D
Octal 235 352 301 41 0 22 10 224 101 115
Binary 10011101 11101010 11000001 100001 0 10010 1000 10010100 1000001 1001101

Color Harmonies of #9DEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAC1

Black with #9DEAC1

Text Example


Text Example

White with #9DEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DEAC1; }

 p { color: rgb(157,234,193); }

 H1.HeaderClassName
 {
   color: #9DEAC1;
 }
 .AnyTagClassName
 {
   color: #9DEAC1;
 }
</style>

background-color css

<style>
 a { background-color: #9DEAC1; }

 a { background-color: rgb(157,234,193); }

 div.DivClassName
 {
   background-color: #9DEAC1;
 }
 .BgClassName
 {
   background-color: #9DEAC1;
 }
</style>

border-color css

<style>
 span { border-color: #9DEAC1; }

 span { border-color: rgb(157,234,193); }

 td.TdClassName
 {
   border-color: #9DEAC1;
 }
 .TagClassName
 {
   border-color: #9DEAC1;
 }
</style>