Shades of Reef #CCEFA1
Tints of Reef #CCEFA1
RGB
CMYK
RGB Variations
Color information
#CCEFA1 (or 0xCCEFA1) is known color: Reef. HEX triplet: CC, EF and A1. RGB value is (204,239,161). Sum of RGB (Red+Green+Blue) = 204+239+161=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEFA1 is #33105E. Grayscale: #DBDBDB. Windows color (decimal): -3346527 or 10612684. OLE color: 10612684.
HSL color Cylindrical-coordinate representation of color #CCEFA1: hue angle of 86.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 161 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.06 |
| HSL | 86.92º | 0.71% | 0.78% | - |
| HSV(B) | 86.92º | 0.33% | 0.94% | - |
| XYZ | 62.2 | 77.14 | 45.33 | - |
| YUV | 219.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 161 | 0.15 | 0 | 0.33 | 0.06 | 86.92 | 0.71 | 0.78 |
| Hex | CC | EF | A1 | F | 0 | 21 | 6 | 57 | 47 | 4E |
| Octal | 314 | 357 | 241 | 17 | 0 | 41 | 6 | 127 | 107 | 116 |
| Binary | 11001100 | 11101111 | 10100001 | 1111 | 0 | 100001 | 110 | 1010111 | 1000111 | 1001110 |
Color Harmonies of #CCEFA1
Complementary color
Monochromatic Colors of #CCEFA1
Black with #CCEFA1
Text Example
Text Example
White with #CCEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFA1; }
p { color: rgb(204,239,161); }
H1.HeaderClassName
{
color: #CCEFA1;
}
.AnyTagClassName
{
color: #CCEFA1;
}
</style>
background-color css
<style>
a { background-color: #CCEFA1; }
a { background-color: rgb(204,239,161); }
div.DivClassName
{
background-color: #CCEFA1;
}
.BgClassName
{
background-color: #CCEFA1;
}
</style>
border-color css
<style>
span { border-color: #CCEFA1; }
span { border-color: rgb(204,239,161); }
td.TdClassName
{
border-color: #CCEFA1;
}
.TagClassName
{
border-color: #CCEFA1;
}
</style>