Shades of Reef #CCFEA8
Tints of Reef #CCFEA8
RGB
CMYK
RGB Variations
Color information
#CCFEA8 (or 0xCCFEA8) is known color: Reef. HEX triplet: CC, FE and A8. RGB value is (204,254,168). Sum of RGB (Red+Green+Blue) = 204+254+168=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEA8 is #330157. Grayscale: #E5E5E5. Windows color (decimal): -3342680 or 11075276. OLE color: 11075276.
HSL color Cylindrical-coordinate representation of color #CCFEA8: hue angle of 94.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCFEA8 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 168 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.00 |
| HSL | 94.88º | 0.98% | 0.83% | - |
| HSV(B) | 94.88º | 0.34% | 1% | - |
| XYZ | 67.41 | 86.55 | 50.2 | - |
| YUV | 229.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 168 | 0.20 | 0 | 0.34 | 0.00 | 94.88 | 0.98 | 0.83 |
| Hex | CC | FE | A8 | 14 | 0 | 22 | 0 | 5F | 62 | 53 |
| Octal | 314 | 376 | 250 | 24 | 0 | 42 | 0 | 137 | 142 | 123 |
| Binary | 11001100 | 11111110 | 10101000 | 10100 | 0 | 100010 | 0 | 1011111 | 1100010 | 1010011 |
Color Harmonies of #CCFEA8
Complementary color
Monochromatic Colors of #CCFEA8
Black with #CCFEA8
Text Example
Text Example
White with #CCFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEA8; }
p { color: rgb(204,254,168); }
H1.HeaderClassName
{
color: #CCFEA8;
}
.AnyTagClassName
{
color: #CCFEA8;
}
</style>
background-color css
<style>
a { background-color: #CCFEA8; }
a { background-color: rgb(204,254,168); }
div.DivClassName
{
background-color: #CCFEA8;
}
.BgClassName
{
background-color: #CCFEA8;
}
</style>
border-color css
<style>
span { border-color: #CCFEA8; }
span { border-color: rgb(204,254,168); }
td.TdClassName
{
border-color: #CCFEA8;
}
.TagClassName
{
border-color: #CCFEA8;
}
</style>