Shades of Reef #CCEAAC
Tints of Reef #CCEAAC
RGB
CMYK
RGB Variations
Color information
#CCEAAC (or 0xCCEAAC) is known color: Reef. HEX triplet: CC, EA and AC. RGB value is (204,234,172). Sum of RGB (Red+Green+Blue) = 204+234+172=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAC is #331553. Grayscale: #DADADA. Windows color (decimal): -3347796 or 11332300. OLE color: 11332300.
HSL color Cylindrical-coordinate representation of color #CCEAAC: hue angle of 89.03º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCEAAC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 172 | - |
CMYK | 0.13 | 0 | 0.26 | 0.08 |
HSL | 89.03º | 0.6% | 0.8% | - |
HSV(B) | 89.03º | 0.26% | 0.92% | - |
XYZ | 61.77 | 74.66 | 50.19 | - |
YUV | 217.96 | 102.06 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 172 | 0.13 | 0 | 0.26 | 0.08 | 89.03 | 0.6 | 0.8 |
Hex | CC | EA | AC | D | 0 | 1A | 8 | 59 | 3C | 50 |
Octal | 314 | 352 | 254 | 15 | 0 | 32 | 10 | 131 | 74 | 120 |
Binary | 11001100 | 11101010 | 10101100 | 1101 | 0 | 11010 | 1000 | 1011001 | 111100 | 1010000 |
Color Harmonies of #CCEAAC
Complementary color
Monochromatic Colors of #CCEAAC
Black with #CCEAAC
Text Example
Text Example
White with #CCEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAAC; }
p { color: rgb(204,234,172); }
H1.HeaderClassName
{
color: #CCEAAC;
}
.AnyTagClassName
{
color: #CCEAAC;
}
</style>
background-color css
<style>
a { background-color: #CCEAAC; }
a { background-color: rgb(204,234,172); }
div.DivClassName
{
background-color: #CCEAAC;
}
.BgClassName
{
background-color: #CCEAAC;
}
</style>
border-color css
<style>
span { border-color: #CCEAAC; }
span { border-color: rgb(204,234,172); }
td.TdClassName
{
border-color: #CCEAAC;
}
.TagClassName
{
border-color: #CCEAAC;
}
</style>