Shades of Reef #CCF09B
Tints of Reef #CCF09B
RGB
CMYK
RGB Variations
Color information
#CCF09B (or 0xCCF09B) is known color: Reef. HEX triplet: CC, F0 and 9B. RGB value is (204,240,155). Sum of RGB (Red+Green+Blue) = 204+240+155=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09B is #330F64. Grayscale: #DBDBDB. Windows color (decimal): -3346277 or 10219724. OLE color: 10219724.
HSL color Cylindrical-coordinate representation of color #CCF09B: hue angle of 85.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCF09B is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 155 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.06 |
| HSL | 85.41º | 0.74% | 0.77% | - |
| HSV(B) | 85.41º | 0.35% | 0.94% | - |
| XYZ | 61.98 | 77.52 | 42.71 | - |
| YUV | 219.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 155 | 0.15 | 0 | 0.35 | 0.06 | 85.41 | 0.74 | 0.77 |
| Hex | CC | F0 | 9B | F | 0 | 23 | 6 | 55 | 4A | 4D |
| Octal | 314 | 360 | 233 | 17 | 0 | 43 | 6 | 125 | 112 | 115 |
| Binary | 11001100 | 11110000 | 10011011 | 1111 | 0 | 100011 | 110 | 1010101 | 1001010 | 1001101 |
Color Harmonies of #CCF09B
Complementary color
Monochromatic Colors of #CCF09B
Black with #CCF09B
Text Example
Text Example
White with #CCF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF09B; }
p { color: rgb(204,240,155); }
H1.HeaderClassName
{
color: #CCF09B;
}
.AnyTagClassName
{
color: #CCF09B;
}
</style>
background-color css
<style>
a { background-color: #CCF09B; }
a { background-color: rgb(204,240,155); }
div.DivClassName
{
background-color: #CCF09B;
}
.BgClassName
{
background-color: #CCF09B;
}
</style>
border-color css
<style>
span { border-color: #CCF09B; }
span { border-color: rgb(204,240,155); }
td.TdClassName
{
border-color: #CCF09B;
}
.TagClassName
{
border-color: #CCF09B;
}
</style>