Shades of Reef #CCF894
Tints of Reef #CCF894
RGB
CMYK
RGB Variations
Color information
#CCF894 (or 0xCCF894) is known color: Reef. HEX triplet: CC, F8 and 94. RGB value is (204,248,148). Sum of RGB (Red+Green+Blue) = 204+248+148=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF894 is #33076B. Grayscale: #DFDFDF. Windows color (decimal): -3344236 or 9763020. OLE color: 9763020.
HSL color Cylindrical-coordinate representation of color #CCF894: hue angle of 86.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF894 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 148 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.03 |
| HSL | 86.4º | 0.88% | 0.78% | - |
| HSV(B) | 86.4º | 0.4% | 0.97% | - |
| XYZ | 63.81 | 82.11 | 40.5 | - |
| YUV | 223.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 148 | 0.18 | 0 | 0.40 | 0.03 | 86.4 | 0.88 | 0.78 |
| Hex | CC | F8 | 94 | 12 | 0 | 28 | 3 | 56 | 58 | 4E |
| Octal | 314 | 370 | 224 | 22 | 0 | 50 | 3 | 126 | 130 | 116 |
| Binary | 11001100 | 11111000 | 10010100 | 10010 | 0 | 101000 | 11 | 1010110 | 1011000 | 1001110 |
Color Harmonies of #CCF894
Complementary color
Monochromatic Colors of #CCF894
Black with #CCF894
Text Example
Text Example
White with #CCF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF894; }
p { color: rgb(204,248,148); }
H1.HeaderClassName
{
color: #CCF894;
}
.AnyTagClassName
{
color: #CCF894;
}
</style>
background-color css
<style>
a { background-color: #CCF894; }
a { background-color: rgb(204,248,148); }
div.DivClassName
{
background-color: #CCF894;
}
.BgClassName
{
background-color: #CCF894;
}
</style>
border-color css
<style>
span { border-color: #CCF894; }
span { border-color: rgb(204,248,148); }
td.TdClassName
{
border-color: #CCF894;
}
.TagClassName
{
border-color: #CCF894;
}
</style>