Shades of Reef #CCF093
Tints of Reef #CCF093
RGB
CMYK
RGB Variations
Color information
#CCF093 (or 0xCCF093) is known color: Reef. HEX triplet: CC, F0 and 93. RGB value is (204,240,147). Sum of RGB (Red+Green+Blue) = 204+240+147=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF093 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF093 is #330F6C. Grayscale: #DADADA. Windows color (decimal): -3346285 or 9695436. OLE color: 9695436.
HSL color Cylindrical-coordinate representation of color #CCF093: hue angle of 83.23º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF093 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 147 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.06 |
| HSL | 83.23º | 0.76% | 0.76% | - |
| HSV(B) | 83.23º | 0.39% | 0.94% | - |
| XYZ | 61.33 | 77.26 | 39.28 | - |
| YUV | 218.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 147 | 0.15 | 0 | 0.39 | 0.06 | 83.23 | 0.76 | 0.76 |
| Hex | CC | F0 | 93 | F | 0 | 27 | 6 | 53 | 4C | 4C |
| Octal | 314 | 360 | 223 | 17 | 0 | 47 | 6 | 123 | 114 | 114 |
| Binary | 11001100 | 11110000 | 10010011 | 1111 | 0 | 100111 | 110 | 1010011 | 1001100 | 1001100 |
Color Harmonies of #CCF093
Complementary color
Monochromatic Colors of #CCF093
Black with #CCF093
Text Example
Text Example
White with #CCF093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF093; }
p { color: rgb(204,240,147); }
H1.HeaderClassName
{
color: #CCF093;
}
.AnyTagClassName
{
color: #CCF093;
}
</style>
background-color css
<style>
a { background-color: #CCF093; }
a { background-color: rgb(204,240,147); }
div.DivClassName
{
background-color: #CCF093;
}
.BgClassName
{
background-color: #CCF093;
}
</style>
border-color css
<style>
span { border-color: #CCF093; }
span { border-color: rgb(204,240,147); }
td.TdClassName
{
border-color: #CCF093;
}
.TagClassName
{
border-color: #CCF093;
}
</style>