Shades of Reef #CCEFA2
Tints of Reef #CCEFA2
RGB
CMYK
RGB Variations
Color information
#CCEFA2 (or 0xCCEFA2) is known color: Reef. HEX triplet: CC, EF and A2. RGB value is (204,239,162). Sum of RGB (Red+Green+Blue) = 204+239+162=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA2 is #33105D. Grayscale: #DCDCDC. Windows color (decimal): -3346526 or 10678220. OLE color: 10678220.
HSL color Cylindrical-coordinate representation of color #CCEFA2: hue angle of 87.27º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEFA2 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 162 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.06 |
| HSL | 87.27º | 0.71% | 0.79% | - |
| HSV(B) | 87.27º | 0.32% | 0.94% | - |
| XYZ | 62.29 | 77.18 | 45.8 | - |
| YUV | 219.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 162 | 0.15 | 0 | 0.32 | 0.06 | 87.27 | 0.71 | 0.79 |
| Hex | CC | EF | A2 | F | 0 | 20 | 6 | 57 | 47 | 4F |
| Octal | 314 | 357 | 242 | 17 | 0 | 40 | 6 | 127 | 107 | 117 |
| Binary | 11001100 | 11101111 | 10100010 | 1111 | 0 | 100000 | 110 | 1010111 | 1000111 | 1001111 |
Color Harmonies of #CCEFA2
Complementary color
Monochromatic Colors of #CCEFA2
Black with #CCEFA2
Text Example
Text Example
White with #CCEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFA2; }
p { color: rgb(204,239,162); }
H1.HeaderClassName
{
color: #CCEFA2;
}
.AnyTagClassName
{
color: #CCEFA2;
}
</style>
background-color css
<style>
a { background-color: #CCEFA2; }
a { background-color: rgb(204,239,162); }
div.DivClassName
{
background-color: #CCEFA2;
}
.BgClassName
{
background-color: #CCEFA2;
}
</style>
border-color css
<style>
span { border-color: #CCEFA2; }
span { border-color: rgb(204,239,162); }
td.TdClassName
{
border-color: #CCEFA2;
}
.TagClassName
{
border-color: #CCEFA2;
}
</style>