Shades of Snowy Mint #CBFEC4
Tints of Snowy Mint #CBFEC4
RGB
CMYK
RGB Variations
Color information
#CBFEC4 (or 0xCBFEC4) is known color: Snowy Mint. HEX triplet: CB, FE and C4. RGB value is (203,254,196). Sum of RGB (Red+Green+Blue) = 203+254+196=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC4 is #34013B. Grayscale: #E8E8E8. Windows color (decimal): -3408188 or 12910283. OLE color: 12910283.
HSL color Cylindrical-coordinate representation of color #CBFEC4: hue angle of 112.76º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBFEC4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 203 | 254 | 196 | - |
CMYK | 0.20 | 0 | 0.23 | 0.00 |
HSL | 112.76º | 0.97% | 0.88% | - |
HSV(B) | 112.76º | 0.23% | 1% | - |
XYZ | 70.03 | 87.57 | 65.44 | - |
YUV | 232.14 | 107.6 | 107.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 254 | 196 | 0.20 | 0 | 0.23 | 0.00 | 112.76 | 0.97 | 0.88 |
Hex | CB | FE | C4 | 14 | 0 | 17 | 0 | 71 | 61 | 58 |
Octal | 313 | 376 | 304 | 24 | 0 | 27 | 0 | 161 | 141 | 130 |
Binary | 11001011 | 11111110 | 11000100 | 10100 | 0 | 10111 | 0 | 1110001 | 1100001 | 1011000 |
Color Harmonies of #CBFEC4
Complementary color
Monochromatic Colors of #CBFEC4
Black with #CBFEC4
Text Example
Text Example
White with #CBFEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEC4; }
p { color: rgb(203,254,196); }
H1.HeaderClassName
{
color: #CBFEC4;
}
.AnyTagClassName
{
color: #CBFEC4;
}
</style>
background-color css
<style>
a { background-color: #CBFEC4; }
a { background-color: rgb(203,254,196); }
div.DivClassName
{
background-color: #CBFEC4;
}
.BgClassName
{
background-color: #CBFEC4;
}
</style>
border-color css
<style>
span { border-color: #CBFEC4; }
span { border-color: rgb(203,254,196); }
td.TdClassName
{
border-color: #CBFEC4;
}
.TagClassName
{
border-color: #CBFEC4;
}
</style>