Shades of Reef #C8EEAA
Tints of Reef #C8EEAA
RGB
CMYK
RGB Variations
Color information
#C8EEAA (or 0xC8EEAA) is known color: Reef. HEX triplet: C8, EE and AA. RGB value is (200,238,170). Sum of RGB (Red+Green+Blue) = 200+238+170=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EEAA is #371155. Grayscale: #DBDBDB. Windows color (decimal): -3608918 or 11202248. OLE color: 11202248.
HSL color Cylindrical-coordinate representation of color #C8EEAA: hue angle of 93.53º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8EEAA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 170 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.07 |
| HSL | 93.53º | 0.67% | 0.8% | - |
| HSV(B) | 93.53º | 0.29% | 0.93% | - |
| XYZ | 61.65 | 76.33 | 49.51 | - |
| YUV | 218.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 170 | 0.16 | 0 | 0.29 | 0.07 | 93.53 | 0.67 | 0.8 |
| Hex | C8 | EE | AA | 10 | 0 | 1D | 7 | 5E | 43 | 50 |
| Octal | 310 | 356 | 252 | 20 | 0 | 35 | 7 | 136 | 103 | 120 |
| Binary | 11001000 | 11101110 | 10101010 | 10000 | 0 | 11101 | 111 | 1011110 | 1000011 | 1010000 |
Color Harmonies of #C8EEAA
Complementary color
Monochromatic Colors of #C8EEAA
Black with #C8EEAA
Text Example
Text Example
White with #C8EEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEAA; }
p { color: rgb(200,238,170); }
H1.HeaderClassName
{
color: #C8EEAA;
}
.AnyTagClassName
{
color: #C8EEAA;
}
</style>
background-color css
<style>
a { background-color: #C8EEAA; }
a { background-color: rgb(200,238,170); }
div.DivClassName
{
background-color: #C8EEAA;
}
.BgClassName
{
background-color: #C8EEAA;
}
</style>
border-color css
<style>
span { border-color: #C8EEAA; }
span { border-color: rgb(200,238,170); }
td.TdClassName
{
border-color: #C8EEAA;
}
.TagClassName
{
border-color: #C8EEAA;
}
</style>