Shades of Reef #CCEEA2
Tints of Reef #CCEEA2
RGB
CMYK
RGB Variations
Color information
#CCEEA2 (or 0xCCEEA2) is known color: Reef. HEX triplet: CC, EE and A2. RGB value is (204,238,162). Sum of RGB (Red+Green+Blue) = 204+238+162=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA2 is #33115D. Grayscale: #DBDBDB. Windows color (decimal): -3346782 or 10677964. OLE color: 10677964.
HSL color Cylindrical-coordinate representation of color #CCEEA2: hue angle of 86.84º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEEA2 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 162 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.84º | 0.69% | 0.78% | - |
| HSV(B) | 86.84º | 0.32% | 0.93% | - |
| XYZ | 62 | 76.6 | 45.7 | - |
| YUV | 219.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 162 | 0.14 | 0 | 0.32 | 0.07 | 86.84 | 0.69 | 0.78 |
| Hex | CC | EE | A2 | E | 0 | 20 | 7 | 57 | 45 | 4E |
| Octal | 314 | 356 | 242 | 16 | 0 | 40 | 7 | 127 | 105 | 116 |
| Binary | 11001100 | 11101110 | 10100010 | 1110 | 0 | 100000 | 111 | 1010111 | 1000101 | 1001110 |
Color Harmonies of #CCEEA2
Complementary color
Monochromatic Colors of #CCEEA2
Black with #CCEEA2
Text Example
Text Example
White with #CCEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEA2; }
p { color: rgb(204,238,162); }
H1.HeaderClassName
{
color: #CCEEA2;
}
.AnyTagClassName
{
color: #CCEEA2;
}
</style>
background-color css
<style>
a { background-color: #CCEEA2; }
a { background-color: rgb(204,238,162); }
div.DivClassName
{
background-color: #CCEEA2;
}
.BgClassName
{
background-color: #CCEEA2;
}
</style>
border-color css
<style>
span { border-color: #CCEEA2; }
span { border-color: rgb(204,238,162); }
td.TdClassName
{
border-color: #CCEEA2;
}
.TagClassName
{
border-color: #CCEEA2;
}
</style>