Shades of Reef #CAE9AC
Tints of Reef #CAE9AC
RGB
CMYK
RGB Variations
Color information
#CAE9AC (or 0xCAE9AC) is known color: Reef. HEX triplet: CA, E9 and AC. RGB value is (202,233,172). Sum of RGB (Red+Green+Blue) = 202+233+172=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE9AC is #351653. Grayscale: #D8D8D8. Windows color (decimal): -3479124 or 11332042. OLE color: 11332042.
HSL color Cylindrical-coordinate representation of color #CAE9AC: hue angle of 90.49º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAE9AC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 172 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.09 |
| HSL | 90.49º | 0.58% | 0.79% | - |
| HSV(B) | 90.49º | 0.26% | 0.91% | - |
| XYZ | 60.94 | 73.81 | 50.07 | - |
| YUV | 216.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 172 | 0.13 | 0 | 0.26 | 0.09 | 90.49 | 0.58 | 0.79 |
| Hex | CA | E9 | AC | D | 0 | 1A | 9 | 5A | 3A | 4F |
| Octal | 312 | 351 | 254 | 15 | 0 | 32 | 11 | 132 | 72 | 117 |
| Binary | 11001010 | 11101001 | 10101100 | 1101 | 0 | 11010 | 1001 | 1011010 | 111010 | 1001111 |
Color Harmonies of #CAE9AC
Complementary color
Monochromatic Colors of #CAE9AC
Black with #CAE9AC
Text Example
Text Example
White with #CAE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE9AC; }
p { color: rgb(202,233,172); }
H1.HeaderClassName
{
color: #CAE9AC;
}
.AnyTagClassName
{
color: #CAE9AC;
}
</style>
background-color css
<style>
a { background-color: #CAE9AC; }
a { background-color: rgb(202,233,172); }
div.DivClassName
{
background-color: #CAE9AC;
}
.BgClassName
{
background-color: #CAE9AC;
}
</style>
border-color css
<style>
span { border-color: #CAE9AC; }
span { border-color: rgb(202,233,172); }
td.TdClassName
{
border-color: #CAE9AC;
}
.TagClassName
{
border-color: #CAE9AC;
}
</style>