Html Css Color HEX #9CEEC0 Magic Mint

📋 copy color: '#9CEEC0'

red 156 ◦ green 238 ◦ blue 192

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

Shades of Magic Mint #9CEEC0

Tints of Magic Mint #9CEEC0

RGB

 RED value IS 156 (61.33% from 255) = 26.62%

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

 BLUE value IS 192 (75.39% from 255) = 32.76%

R = 26.62%
G = 40.61%
B = 32.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9CEEC0 (or 0x9CEEC0) is known color: Magic Mint. HEX triplet: 9C, EE and C0. RGB value is (156,238,192). Sum of RGB (Red+Green+Blue) = 156+238+192=586 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.62% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEC0 is #63113F. Grayscale: #D0D0D0. Windows color (decimal): -6492480 or 12643996. OLE color: 12643996.

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

Color convert

RGB 156 238 192 -
CMYK 0.34 0 0.19 0.07
HSL 146.34º 0.71% 0.77% -
HSV(B) 146.34º 0.34% 0.93% -
XYZ 53.8 72.02 60.94 -
YUV 208.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 156 238 192 0.34 0 0.19 0.07 146.34 0.71 0.77
Hex 9C EE C0 22 0 13 7 92 47 4D
Octal 234 356 300 42 0 23 7 222 107 115
Binary 10011100 11101110 11000000 100010 0 10011 111 10010010 1000111 1001101

Color Harmonies of #9CEEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEEC0

Black with #9CEEC0

Text Example


Text Example

White with #9CEEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,238,192); }

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

background-color css

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

 a { background-color: rgb(156,238,192); }

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

border-color css

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

 span { border-color: rgb(156,238,192); }

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