Html Css Color HEX #9EEAD2 Magic Mint

📋 copy color: '#9EEAD2'

red 158 ◦ green 234 ◦ blue 210

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

Shades of Magic Mint #9EEAD2

Tints of Magic Mint #9EEAD2

RGB

 RED value IS 158 (62.11% from 255) = 26.25%

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

 BLUE value IS 210 (82.42% from 255) = 34.88%

R = 26.25%
G = 38.87%
B = 34.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#9EEAD2 (or 0x9EEAD2) is known color: Magic Mint. HEX triplet: 9E, EA and D2. RGB value is (158,234,210). Sum of RGB (Red+Green+Blue) = 158+234+210=602 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.25% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEAD2 is #61152D. Grayscale: #D0D0D0. Windows color (decimal): -6362414 or 13822622. OLE color: 13822622.

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

Color convert

RGB 158 234 210 -
CMYK 0.32 0 0.10 0.08
HSL 161.05º 0.64% 0.77% -
HSV(B) 161.05º 0.32% 0.92% -
XYZ 55.16 70.77 71.73 -
YUV 208.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 158 234 210 0.32 0 0.10 0.08 161.05 0.64 0.77
Hex 9E EA D2 20 0 A 8 A1 40 4D
Octal 236 352 322 40 0 12 10 241 100 115
Binary 10011110 11101010 11010010 100000 0 1010 1000 10100001 1000000 1001101

Color Harmonies of #9EEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEAD2

Black with #9EEAD2

Text Example


Text Example

White with #9EEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,234,210); }

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

background-color css

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

 a { background-color: rgb(158,234,210); }

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

border-color css

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

 span { border-color: rgb(158,234,210); }

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