Shades of Reef #CCF394
Tints of Reef #CCF394
RGB
CMYK
RGB Variations
Color information
#CCF394 (or 0xCCF394) is known color: Reef. HEX triplet: CC, F3 and 94. RGB value is (204,243,148). Sum of RGB (Red+Green+Blue) = 204+243+148=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF394 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF394 is #330C6B. Grayscale: #DCDCDC. Windows color (decimal): -3345516 or 9761740. OLE color: 9761740.
HSL color Cylindrical-coordinate representation of color #CCF394: hue angle of 84.63º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF394 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 148 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.05 |
| HSL | 84.63º | 0.8% | 0.77% | - |
| HSV(B) | 84.63º | 0.39% | 0.95% | - |
| XYZ | 62.3 | 79.08 | 40 | - |
| YUV | 220.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 148 | 0.16 | 0 | 0.39 | 0.05 | 84.63 | 0.8 | 0.77 |
| Hex | CC | F3 | 94 | 10 | 0 | 27 | 5 | 55 | 50 | 4D |
| Octal | 314 | 363 | 224 | 20 | 0 | 47 | 5 | 125 | 120 | 115 |
| Binary | 11001100 | 11110011 | 10010100 | 10000 | 0 | 100111 | 101 | 1010101 | 1010000 | 1001101 |
Color Harmonies of #CCF394
Complementary color
Monochromatic Colors of #CCF394
Black with #CCF394
Text Example
Text Example
White with #CCF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF394; }
p { color: rgb(204,243,148); }
H1.HeaderClassName
{
color: #CCF394;
}
.AnyTagClassName
{
color: #CCF394;
}
</style>
background-color css
<style>
a { background-color: #CCF394; }
a { background-color: rgb(204,243,148); }
div.DivClassName
{
background-color: #CCF394;
}
.BgClassName
{
background-color: #CCF394;
}
</style>
border-color css
<style>
span { border-color: #CCF394; }
span { border-color: rgb(204,243,148); }
td.TdClassName
{
border-color: #CCF394;
}
.TagClassName
{
border-color: #CCF394;
}
</style>