Shades of Mabel #C0F3ED
Tints of Mabel #C0F3ED
RGB
CMYK
RGB Variations
Color information
#C0F3ED (or 0xC0F3ED) is known color: Mabel. HEX triplet: C0, F3 and ED. RGB value is (192,243,237). Sum of RGB (Red+Green+Blue) = 192+243+237=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3ED is #3F0C12. Grayscale: #E3E3E3. Windows color (decimal): -4131859 or 15594432. OLE color: 15594432.
HSL color Cylindrical-coordinate representation of color #C0F3ED: hue angle of 172.94º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F3ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 192 | 243 | 237 | - |
CMYK | 0.21 | 0 | 0.02 | 0.05 |
HSL | 172.94º | 0.68% | 0.85% | - |
HSV(B) | 172.94º | 0.21% | 0.95% | - |
XYZ | 69.07 | 81.42 | 92.2 | - |
YUV | 227.07 | 133.6 | 102.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 243 | 237 | 0.21 | 0 | 0.02 | 0.05 | 172.94 | 0.68 | 0.85 |
Hex | C0 | F3 | ED | 15 | 0 | 2 | 5 | AD | 44 | 55 |
Octal | 300 | 363 | 355 | 25 | 0 | 2 | 5 | 255 | 104 | 125 |
Binary | 11000000 | 11110011 | 11101101 | 10101 | 0 | 10 | 101 | 10101101 | 1000100 | 1010101 |
Color Harmonies of #C0F3ED
Complementary color
Monochromatic Colors of #C0F3ED
Black with #C0F3ED
Text Example
Text Example
White with #C0F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3ED; }
p { color: rgb(192,243,237); }
H1.HeaderClassName
{
color: #C0F3ED;
}
.AnyTagClassName
{
color: #C0F3ED;
}
</style>
background-color css
<style>
a { background-color: #C0F3ED; }
a { background-color: rgb(192,243,237); }
div.DivClassName
{
background-color: #C0F3ED;
}
.BgClassName
{
background-color: #C0F3ED;
}
</style>
border-color css
<style>
span { border-color: #C0F3ED; }
span { border-color: rgb(192,243,237); }
td.TdClassName
{
border-color: #C0F3ED;
}
.TagClassName
{
border-color: #C0F3ED;
}
</style>