Shades of Reef #CCEAA2
Tints of Reef #CCEAA2
RGB
CMYK
RGB Variations
Color information
#CCEAA2 (or 0xCCEAA2) is known color: Reef. HEX triplet: CC, EA and A2. RGB value is (204,234,162). Sum of RGB (Red+Green+Blue) = 204+234+162=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA2 is #33155D. Grayscale: #D9D9D9. Windows color (decimal): -3347806 or 10676940. OLE color: 10676940.
HSL color Cylindrical-coordinate representation of color #CCEAA2: hue angle of 85º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCEAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 162 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.08 |
| HSL | 85º | 0.63% | 0.78% | - |
| HSV(B) | 85º | 0.31% | 0.92% | - |
| XYZ | 60.85 | 74.29 | 45.32 | - |
| YUV | 216.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 162 | 0.13 | 0 | 0.31 | 0.08 | 85 | 0.63 | 0.78 |
| Hex | CC | EA | A2 | D | 0 | 1F | 8 | 55 | 3F | 4E |
| Octal | 314 | 352 | 242 | 15 | 0 | 37 | 10 | 125 | 77 | 116 |
| Binary | 11001100 | 11101010 | 10100010 | 1101 | 0 | 11111 | 1000 | 1010101 | 111111 | 1001110 |
Color Harmonies of #CCEAA2
Complementary color
Monochromatic Colors of #CCEAA2
Black with #CCEAA2
Text Example
Text Example
White with #CCEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAA2; }
p { color: rgb(204,234,162); }
H1.HeaderClassName
{
color: #CCEAA2;
}
.AnyTagClassName
{
color: #CCEAA2;
}
</style>
background-color css
<style>
a { background-color: #CCEAA2; }
a { background-color: rgb(204,234,162); }
div.DivClassName
{
background-color: #CCEAA2;
}
.BgClassName
{
background-color: #CCEAA2;
}
</style>
border-color css
<style>
span { border-color: #CCEAA2; }
span { border-color: rgb(204,234,162); }
td.TdClassName
{
border-color: #CCEAA2;
}
.TagClassName
{
border-color: #CCEAA2;
}
</style>