Html Css Color HEX #9EEDD6 Magic Mint

📋 copy color: '#9EEDD6'

red 158 ◦ green 237 ◦ blue 214

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

Shades of Magic Mint #9EEDD6

Tints of Magic Mint #9EEDD6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 25.94%
G = 38.92%
B = 35.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#9EEDD6 (or 0x9EEDD6) is known color: Magic Mint. HEX triplet: 9E, ED and D6. RGB value is (158,237,214). Sum of RGB (Red+Green+Blue) = 158+237+214=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDD6 is #611229. Grayscale: #D2D2D2. Windows color (decimal): -6361642 or 14085534. OLE color: 14085534.

HSL color Cylindrical-coordinate representation of color #9EEDD6: hue angle of 162.53º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDD6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 214 -
CMYK 0.33 0 0.10 0.07
HSL 162.53º 0.69% 0.77% -
HSV(B) 162.53º 0.33% 0.93% -
XYZ 56.52 72.69 74.67 -
YUV 210.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 158 237 214 0.33 0 0.10 0.07 162.53 0.69 0.77
Hex 9E ED D6 21 0 A 7 A3 45 4D
Octal 236 355 326 41 0 12 7 243 105 115
Binary 10011110 11101101 11010110 100001 0 1010 111 10100011 1000101 1001101

Color Harmonies of #9EEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDD6

Black with #9EEDD6

Text Example


Text Example

White with #9EEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,214); }

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

background-color css

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

 a { background-color: rgb(158,237,214); }

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

border-color css

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

 span { border-color: rgb(158,237,214); }

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