Shades of Reef #CCF69B
Tints of Reef #CCF69B
RGB
CMYK
RGB Variations
Color information
#CCF69B (or 0xCCF69B) is known color: Reef. HEX triplet: CC, F6 and 9B. RGB value is (204,246,155). Sum of RGB (Red+Green+Blue) = 204+246+155=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF69B is #330964. Grayscale: #DFDFDF. Windows color (decimal): -3344741 or 10221260. OLE color: 10221260.
HSL color Cylindrical-coordinate representation of color #CCF69B: hue angle of 87.69º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF69B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 155 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.04 |
| HSL | 87.69º | 0.83% | 0.79% | - |
| HSV(B) | 87.69º | 0.37% | 0.96% | - |
| XYZ | 63.77 | 81.12 | 43.31 | - |
| YUV | 223.07 | 89.59 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 155 | 0.17 | 0 | 0.37 | 0.04 | 87.69 | 0.83 | 0.79 |
| Hex | CC | F6 | 9B | 11 | 0 | 25 | 4 | 58 | 53 | 4F |
| Octal | 314 | 366 | 233 | 21 | 0 | 45 | 4 | 130 | 123 | 117 |
| Binary | 11001100 | 11110110 | 10011011 | 10001 | 0 | 100101 | 100 | 1011000 | 1010011 | 1001111 |
Color Harmonies of #CCF69B
Complementary color
Monochromatic Colors of #CCF69B
Black with #CCF69B
Text Example
Text Example
White with #CCF69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF69B; }
p { color: rgb(204,246,155); }
H1.HeaderClassName
{
color: #CCF69B;
}
.AnyTagClassName
{
color: #CCF69B;
}
</style>
background-color css
<style>
a { background-color: #CCF69B; }
a { background-color: rgb(204,246,155); }
div.DivClassName
{
background-color: #CCF69B;
}
.BgClassName
{
background-color: #CCF69B;
}
</style>
border-color css
<style>
span { border-color: #CCF69B; }
span { border-color: rgb(204,246,155); }
td.TdClassName
{
border-color: #CCF69B;
}
.TagClassName
{
border-color: #CCF69B;
}
</style>