Html Css Color HEX #9EEECC Magic Mint

📋 copy color: '#9EEECC'

red 158 ◦ green 238 ◦ blue 204

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

Shades of Magic Mint #9EEECC

Tints of Magic Mint #9EEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.67%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 26.33%
G = 39.67%
B = 34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#9EEECC (or 0x9EEECC) is known color: Magic Mint. HEX triplet: 9E, EE and CC. RGB value is (158,238,204). Sum of RGB (Red+Green+Blue) = 158+238+204=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #9EEECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEECC is #611133. Grayscale: #D2D2D2. Windows color (decimal): -6361396 or 13430430. OLE color: 13430430.

HSL color Cylindrical-coordinate representation of color #9EEECC: hue angle of 154.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEECC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 238 204 -
CMYK 0.34 0 0.14 0.07
HSL 154.5º 0.7% 0.78% -
HSV(B) 154.5º 0.34% 0.93% -
XYZ 55.57 72.78 68.25 -
YUV 210.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 158 238 204 0.34 0 0.14 0.07 154.5 0.7 0.78
Hex 9E EE CC 22 0 E 7 9A 46 4E
Octal 236 356 314 42 0 16 7 232 106 116
Binary 10011110 11101110 11001100 100010 0 1110 111 10011010 1000110 1001110

Color Harmonies of #9EEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEECC

Black with #9EEECC

Text Example


Text Example

White with #9EEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,238,204); }

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

background-color css

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

 a { background-color: rgb(158,238,204); }

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

border-color css

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

 span { border-color: rgb(158,238,204); }

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