Html Css Color HEX #9CECC0 Magic Mint

📋 copy color: '#9CECC0'

red 156 ◦ green 236 ◦ blue 192

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

Shades of Magic Mint #9CECC0

Tints of Magic Mint #9CECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

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

R = 26.71%
G = 40.41%
B = 32.88%

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

#9CECC0 (or 0x9CECC0) is known color: Magic Mint. HEX triplet: 9C, EC and C0. RGB value is (156,236,192). Sum of RGB (Red+Green+Blue) = 156+236+192=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECC0 is #63133F. Grayscale: #CFCFCF. Windows color (decimal): -6492992 or 12643484. OLE color: 12643484.

HSL color Cylindrical-coordinate representation of color #9CECC0: hue angle of 147º degrees, saturation: 0.68, 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 #9CECC0 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 236 192 -
CMYK 0.34 0 0.19 0.07
HSL 147º 0.68% 0.77% -
HSV(B) 147º 0.34% 0.93% -
XYZ 53.22 70.86 60.74 -
YUV 207.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 156 236 192 0.34 0 0.19 0.07 147 0.68 0.77
Hex 9C EC C0 22 0 13 7 93 44 4D
Octal 234 354 300 42 0 23 7 223 104 115
Binary 10011100 11101100 11000000 100010 0 10011 111 10010011 1000100 1001101

Color Harmonies of #9CECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CECC0

Black with #9CECC0

Text Example


Text Example

White with #9CECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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