Shades of Reef #C8EFAA
Tints of Reef #C8EFAA
RGB
CMYK
RGB Variations
Color information
#C8EFAA (or 0xC8EFAA) is known color: Reef. HEX triplet: C8, EF and AA. RGB value is (200,239,170). Sum of RGB (Red+Green+Blue) = 200+239+170=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAA is #371055. Grayscale: #DBDBDB. Windows color (decimal): -3608662 or 11202504. OLE color: 11202504.
HSL color Cylindrical-coordinate representation of color #C8EFAA: hue angle of 93.91º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8EFAA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 170 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.06 |
| HSL | 93.91º | 0.68% | 0.8% | - |
| HSV(B) | 93.91º | 0.29% | 0.94% | - |
| XYZ | 61.94 | 76.91 | 49.61 | - |
| YUV | 219.47 | 100.08 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 170 | 0.16 | 0 | 0.29 | 0.06 | 93.91 | 0.68 | 0.8 |
| Hex | C8 | EF | AA | 10 | 0 | 1D | 6 | 5E | 44 | 50 |
| Octal | 310 | 357 | 252 | 20 | 0 | 35 | 6 | 136 | 104 | 120 |
| Binary | 11001000 | 11101111 | 10101010 | 10000 | 0 | 11101 | 110 | 1011110 | 1000100 | 1010000 |
Color Harmonies of #C8EFAA
Complementary color
Monochromatic Colors of #C8EFAA
Black with #C8EFAA
Text Example
Text Example
White with #C8EFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFAA; }
p { color: rgb(200,239,170); }
H1.HeaderClassName
{
color: #C8EFAA;
}
.AnyTagClassName
{
color: #C8EFAA;
}
</style>
background-color css
<style>
a { background-color: #C8EFAA; }
a { background-color: rgb(200,239,170); }
div.DivClassName
{
background-color: #C8EFAA;
}
.BgClassName
{
background-color: #C8EFAA;
}
</style>
border-color css
<style>
span { border-color: #C8EFAA; }
span { border-color: rgb(200,239,170); }
td.TdClassName
{
border-color: #C8EFAA;
}
.TagClassName
{
border-color: #C8EFAA;
}
</style>