Shades of Reef #CAE5AC
Tints of Reef #CAE5AC
RGB
CMYK
RGB Variations
Color information
#CAE5AC (or 0xCAE5AC) is known color: Reef. HEX triplet: CA, E5 and AC. RGB value is (202,229,172). Sum of RGB (Red+Green+Blue) = 202+229+172=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5AC is #351A53. Grayscale: #D6D6D6. Windows color (decimal): -3480148 or 11331018. OLE color: 11331018.
HSL color Cylindrical-coordinate representation of color #CAE5AC: hue angle of 88.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE5AC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 172 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.10 |
| HSL | 88.42º | 0.52% | 0.79% | - |
| HSV(B) | 88.42º | 0.25% | 0.9% | - |
| XYZ | 59.82 | 71.57 | 49.69 | - |
| YUV | 214.43 | 104.05 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 172 | 0.12 | 0 | 0.25 | 0.10 | 88.42 | 0.52 | 0.79 |
| Hex | CA | E5 | AC | C | 0 | 19 | A | 58 | 34 | 4F |
| Octal | 312 | 345 | 254 | 14 | 0 | 31 | 12 | 130 | 64 | 117 |
| Binary | 11001010 | 11100101 | 10101100 | 1100 | 0 | 11001 | 1010 | 1011000 | 110100 | 1001111 |
Color Harmonies of #CAE5AC
Complementary color
Monochromatic Colors of #CAE5AC
Black with #CAE5AC
Text Example
Text Example
White with #CAE5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE5AC; }
p { color: rgb(202,229,172); }
H1.HeaderClassName
{
color: #CAE5AC;
}
.AnyTagClassName
{
color: #CAE5AC;
}
</style>
background-color css
<style>
a { background-color: #CAE5AC; }
a { background-color: rgb(202,229,172); }
div.DivClassName
{
background-color: #CAE5AC;
}
.BgClassName
{
background-color: #CAE5AC;
}
</style>
border-color css
<style>
span { border-color: #CAE5AC; }
span { border-color: rgb(202,229,172); }
td.TdClassName
{
border-color: #CAE5AC;
}
.TagClassName
{
border-color: #CAE5AC;
}
</style>