Shades of Reef #CCF890
Tints of Reef #CCF890
RGB
CMYK
RGB Variations
Color information
#CCF890 (or 0xCCF890) is known color: Reef. HEX triplet: CC, F8 and 90. RGB value is (204,248,144). Sum of RGB (Red+Green+Blue) = 204+248+144=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF890 is #33076F. Grayscale: #DFDFDF. Windows color (decimal): -3344240 or 9500876. OLE color: 9500876.
HSL color Cylindrical-coordinate representation of color #CCF890: hue angle of 85.38º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCF890 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 144 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.03 |
| HSL | 85.38º | 0.88% | 0.77% | - |
| HSV(B) | 85.38º | 0.42% | 0.97% | - |
| XYZ | 63.5 | 81.99 | 38.86 | - |
| YUV | 222.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 144 | 0.18 | 0 | 0.42 | 0.03 | 85.38 | 0.88 | 0.77 |
| Hex | CC | F8 | 90 | 12 | 0 | 2A | 3 | 55 | 58 | 4D |
| Octal | 314 | 370 | 220 | 22 | 0 | 52 | 3 | 125 | 130 | 115 |
| Binary | 11001100 | 11111000 | 10010000 | 10010 | 0 | 101010 | 11 | 1010101 | 1011000 | 1001101 |
Color Harmonies of #CCF890
Complementary color
Monochromatic Colors of #CCF890
Black with #CCF890
Text Example
Text Example
White with #CCF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF890; }
p { color: rgb(204,248,144); }
H1.HeaderClassName
{
color: #CCF890;
}
.AnyTagClassName
{
color: #CCF890;
}
</style>
background-color css
<style>
a { background-color: #CCF890; }
a { background-color: rgb(204,248,144); }
div.DivClassName
{
background-color: #CCF890;
}
.BgClassName
{
background-color: #CCF890;
}
</style>
border-color css
<style>
span { border-color: #CCF890; }
span { border-color: rgb(204,248,144); }
td.TdClassName
{
border-color: #CCF890;
}
.TagClassName
{
border-color: #CCF890;
}
</style>