Shades of Reef #CAEAAB
Tints of Reef #CAEAAB
RGB
CMYK
RGB Variations
Color information
#CAEAAB (or 0xCAEAAB) is known color: Reef. HEX triplet: CA, EA and AB. RGB value is (202,234,171). Sum of RGB (Red+Green+Blue) = 202+234+171=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAAB is #351554. Grayscale: #D9D9D9. Windows color (decimal): -3478869 or 11266762. OLE color: 11266762.
HSL color Cylindrical-coordinate representation of color #CAEAAB: hue angle of 90.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEAAB is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 171 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.08 |
| HSL | 90.48º | 0.6% | 0.79% | - |
| HSV(B) | 90.48º | 0.27% | 0.92% | - |
| XYZ | 61.13 | 74.34 | 49.66 | - |
| YUV | 217.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 171 | 0.14 | 0 | 0.27 | 0.08 | 90.48 | 0.6 | 0.79 |
| Hex | CA | EA | AB | E | 0 | 1B | 8 | 5A | 3C | 4F |
| Octal | 312 | 352 | 253 | 16 | 0 | 33 | 10 | 132 | 74 | 117 |
| Binary | 11001010 | 11101010 | 10101011 | 1110 | 0 | 11011 | 1000 | 1011010 | 111100 | 1001111 |
Color Harmonies of #CAEAAB
Complementary color
Monochromatic Colors of #CAEAAB
Black with #CAEAAB
Text Example
Text Example
White with #CAEAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAAB; }
p { color: rgb(202,234,171); }
H1.HeaderClassName
{
color: #CAEAAB;
}
.AnyTagClassName
{
color: #CAEAAB;
}
</style>
background-color css
<style>
a { background-color: #CAEAAB; }
a { background-color: rgb(202,234,171); }
div.DivClassName
{
background-color: #CAEAAB;
}
.BgClassName
{
background-color: #CAEAAB;
}
</style>
border-color css
<style>
span { border-color: #CAEAAB; }
span { border-color: rgb(202,234,171); }
td.TdClassName
{
border-color: #CAEAAB;
}
.TagClassName
{
border-color: #CAEAAB;
}
</style>