Shades of Reef #CCF892
Tints of Reef #CCF892
RGB
CMYK
RGB Variations
Color information
#CCF892 (or 0xCCF892) is known color: Reef. HEX triplet: CC, F8 and 92. RGB value is (204,248,146). Sum of RGB (Red+Green+Blue) = 204+248+146=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF892 is #33076D. Grayscale: #DFDFDF. Windows color (decimal): -3344238 or 9631948. OLE color: 9631948.
HSL color Cylindrical-coordinate representation of color #CCF892: hue angle of 85.88º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF892 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 146 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.03 |
| HSL | 85.88º | 0.88% | 0.77% | - |
| HSV(B) | 85.88º | 0.41% | 0.97% | - |
| XYZ | 63.66 | 82.05 | 39.68 | - |
| YUV | 223.22 | 84.42 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 146 | 0.18 | 0 | 0.41 | 0.03 | 85.88 | 0.88 | 0.77 |
| Hex | CC | F8 | 92 | 12 | 0 | 29 | 3 | 56 | 58 | 4D |
| Octal | 314 | 370 | 222 | 22 | 0 | 51 | 3 | 126 | 130 | 115 |
| Binary | 11001100 | 11111000 | 10010010 | 10010 | 0 | 101001 | 11 | 1010110 | 1011000 | 1001101 |
Color Harmonies of #CCF892
Complementary color
Monochromatic Colors of #CCF892
Black with #CCF892
Text Example
Text Example
White with #CCF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF892; }
p { color: rgb(204,248,146); }
H1.HeaderClassName
{
color: #CCF892;
}
.AnyTagClassName
{
color: #CCF892;
}
</style>
background-color css
<style>
a { background-color: #CCF892; }
a { background-color: rgb(204,248,146); }
div.DivClassName
{
background-color: #CCF892;
}
.BgClassName
{
background-color: #CCF892;
}
</style>
border-color css
<style>
span { border-color: #CCF892; }
span { border-color: rgb(204,248,146); }
td.TdClassName
{
border-color: #CCF892;
}
.TagClassName
{
border-color: #CCF892;
}
</style>