Shades of Mabel #C0F3EE
Tints of Mabel #C0F3EE
RGB
CMYK
RGB Variations
Color information
#C0F3EE (or 0xC0F3EE) is known color: Mabel. HEX triplet: C0, F3 and EE. RGB value is (192,243,238). Sum of RGB (Red+Green+Blue) = 192+243+238=673 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.53% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3EE is #3F0C11. Grayscale: #E3E3E3. Windows color (decimal): -4131858 or 15659968. OLE color: 15659968.
HSL color Cylindrical-coordinate representation of color #C0F3EE: hue angle of 174.12º 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 #C0F3EE is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 238 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.05 |
| HSL | 174.12º | 0.68% | 0.85% | - |
| HSV(B) | 174.12º | 0.21% | 0.95% | - |
| XYZ | 69.22 | 81.48 | 92.97 | - |
| YUV | 227.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 238 | 0.21 | 0 | 0.02 | 0.05 | 174.12 | 0.68 | 0.85 |
| Hex | C0 | F3 | EE | 15 | 0 | 2 | 5 | AE | 44 | 55 |
| Octal | 300 | 363 | 356 | 25 | 0 | 2 | 5 | 256 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11101110 | 10101 | 0 | 10 | 101 | 10101110 | 1000100 | 1010101 |
Color Harmonies of #C0F3EE
Complementary color
Monochromatic Colors of #C0F3EE
Black with #C0F3EE
Text Example
Text Example
White with #C0F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3EE; }
p { color: rgb(192,243,238); }
H1.HeaderClassName
{
color: #C0F3EE;
}
.AnyTagClassName
{
color: #C0F3EE;
}
</style>
background-color css
<style>
a { background-color: #C0F3EE; }
a { background-color: rgb(192,243,238); }
div.DivClassName
{
background-color: #C0F3EE;
}
.BgClassName
{
background-color: #C0F3EE;
}
</style>
border-color css
<style>
span { border-color: #C0F3EE; }
span { border-color: rgb(192,243,238); }
td.TdClassName
{
border-color: #C0F3EE;
}
.TagClassName
{
border-color: #C0F3EE;
}
</style>