Shades of Reef #CCF393
Tints of Reef #CCF393
RGB
CMYK
RGB Variations
Color information
#CCF393 (or 0xCCF393) is known color: Reef. HEX triplet: CC, F3 and 93. RGB value is (204,243,147). Sum of RGB (Red+Green+Blue) = 204+243+147=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF393 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF393 is #330C6C. Grayscale: #DCDCDC. Windows color (decimal): -3345517 or 9696204. OLE color: 9696204.
HSL color Cylindrical-coordinate representation of color #CCF393: hue angle of 84.38º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF393 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 147 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.05 |
| HSL | 84.38º | 0.8% | 0.76% | - |
| HSV(B) | 84.38º | 0.4% | 0.95% | - |
| XYZ | 62.22 | 79.05 | 39.58 | - |
| YUV | 220.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 147 | 0.16 | 0 | 0.40 | 0.05 | 84.38 | 0.8 | 0.76 |
| Hex | CC | F3 | 93 | 10 | 0 | 28 | 5 | 54 | 50 | 4C |
| Octal | 314 | 363 | 223 | 20 | 0 | 50 | 5 | 124 | 120 | 114 |
| Binary | 11001100 | 11110011 | 10010011 | 10000 | 0 | 101000 | 101 | 1010100 | 1010000 | 1001100 |
Color Harmonies of #CCF393
Complementary color
Monochromatic Colors of #CCF393
Black with #CCF393
Text Example
Text Example
White with #CCF393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF393; }
p { color: rgb(204,243,147); }
H1.HeaderClassName
{
color: #CCF393;
}
.AnyTagClassName
{
color: #CCF393;
}
</style>
background-color css
<style>
a { background-color: #CCF393; }
a { background-color: rgb(204,243,147); }
div.DivClassName
{
background-color: #CCF393;
}
.BgClassName
{
background-color: #CCF393;
}
</style>
border-color css
<style>
span { border-color: #CCF393; }
span { border-color: rgb(204,243,147); }
td.TdClassName
{
border-color: #CCF393;
}
.TagClassName
{
border-color: #CCF393;
}
</style>