Shades of Reef #CCEFA8
Tints of Reef #CCEFA8
RGB
CMYK
RGB Variations
Color information
#CCEFA8 (or 0xCCEFA8) is known color: Reef. HEX triplet: CC, EF and A8. RGB value is (204,239,168). Sum of RGB (Red+Green+Blue) = 204+239+168=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA8 is #331057. Grayscale: #DCDCDC. Windows color (decimal): -3346520 or 11071436. OLE color: 11071436.
HSL color Cylindrical-coordinate representation of color #CCEFA8: hue angle of 89.58º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEFA8 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 168 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.06 |
| HSL | 89.58º | 0.69% | 0.8% | - |
| HSV(B) | 89.58º | 0.3% | 0.94% | - |
| XYZ | 62.84 | 77.4 | 48.67 | - |
| YUV | 220.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 168 | 0.15 | 0 | 0.30 | 0.06 | 89.58 | 0.69 | 0.8 |
| Hex | CC | EF | A8 | F | 0 | 1E | 6 | 5A | 45 | 50 |
| Octal | 314 | 357 | 250 | 17 | 0 | 36 | 6 | 132 | 105 | 120 |
| Binary | 11001100 | 11101111 | 10101000 | 1111 | 0 | 11110 | 110 | 1011010 | 1000101 | 1010000 |
Color Harmonies of #CCEFA8
Complementary color
Monochromatic Colors of #CCEFA8
Black with #CCEFA8
Text Example
Text Example
White with #CCEFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFA8; }
p { color: rgb(204,239,168); }
H1.HeaderClassName
{
color: #CCEFA8;
}
.AnyTagClassName
{
color: #CCEFA8;
}
</style>
background-color css
<style>
a { background-color: #CCEFA8; }
a { background-color: rgb(204,239,168); }
div.DivClassName
{
background-color: #CCEFA8;
}
.BgClassName
{
background-color: #CCEFA8;
}
</style>
border-color css
<style>
span { border-color: #CCEFA8; }
span { border-color: rgb(204,239,168); }
td.TdClassName
{
border-color: #CCEFA8;
}
.TagClassName
{
border-color: #CCEFA8;
}
</style>