Shades of Reef #CCF898
Tints of Reef #CCF898
RGB
CMYK
RGB Variations
Color information
#CCF898 (or 0xCCF898) is known color: Reef. HEX triplet: CC, F8 and 98. RGB value is (204,248,152). Sum of RGB (Red+Green+Blue) = 204+248+152=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 248 (97.27% from 255 or 41.06% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF898 is #330767. Grayscale: #E0E0E0. Windows color (decimal): -3344232 or 10025164. OLE color: 10025164.
HSL color Cylindrical-coordinate representation of color #CCF898: hue angle of 87.5º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF898 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 152 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.03 |
| HSL | 87.5º | 0.87% | 0.78% | - |
| HSV(B) | 87.5º | 0.39% | 0.97% | - |
| XYZ | 64.14 | 82.24 | 42.2 | - |
| YUV | 223.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 152 | 0.18 | 0 | 0.39 | 0.03 | 87.5 | 0.87 | 0.78 |
| Hex | CC | F8 | 98 | 12 | 0 | 27 | 3 | 57 | 57 | 4E |
| Octal | 314 | 370 | 230 | 22 | 0 | 47 | 3 | 127 | 127 | 116 |
| Binary | 11001100 | 11111000 | 10011000 | 10010 | 0 | 100111 | 11 | 1010111 | 1010111 | 1001110 |
Color Harmonies of #CCF898
Complementary color
Monochromatic Colors of #CCF898
Black with #CCF898
Text Example
Text Example
White with #CCF898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF898; }
p { color: rgb(204,248,152); }
H1.HeaderClassName
{
color: #CCF898;
}
.AnyTagClassName
{
color: #CCF898;
}
</style>
background-color css
<style>
a { background-color: #CCF898; }
a { background-color: rgb(204,248,152); }
div.DivClassName
{
background-color: #CCF898;
}
.BgClassName
{
background-color: #CCF898;
}
</style>
border-color css
<style>
span { border-color: #CCF898; }
span { border-color: rgb(204,248,152); }
td.TdClassName
{
border-color: #CCF898;
}
.TagClassName
{
border-color: #CCF898;
}
</style>