Shades of Reef #CAEA9E
Tints of Reef #CAEA9E
RGB
CMYK
RGB Variations
Color information
#CAEA9E (or 0xCAEA9E) is known color: Reef. HEX triplet: CA, EA and 9E. RGB value is (202,234,158). Sum of RGB (Red+Green+Blue) = 202+234+158=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 158 (62.11% from 255 or 26.60% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEA9E is #351561. Grayscale: #D8D8D8. Windows color (decimal): -3478882 or 10414794. OLE color: 10414794.
HSL color Cylindrical-coordinate representation of color #CAEA9E: hue angle of 85.26º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAEA9E is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 158 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.08 |
| HSL | 85.26º | 0.64% | 0.77% | - |
| HSV(B) | 85.26º | 0.32% | 0.92% | - |
| XYZ | 59.95 | 73.87 | 43.45 | - |
| YUV | 215.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 158 | 0.14 | 0 | 0.32 | 0.08 | 85.26 | 0.64 | 0.77 |
| Hex | CA | EA | 9E | E | 0 | 20 | 8 | 55 | 40 | 4D |
| Octal | 312 | 352 | 236 | 16 | 0 | 40 | 10 | 125 | 100 | 115 |
| Binary | 11001010 | 11101010 | 10011110 | 1110 | 0 | 100000 | 1000 | 1010101 | 1000000 | 1001101 |
Color Harmonies of #CAEA9E
Complementary color
Monochromatic Colors of #CAEA9E
Black with #CAEA9E
Text Example
Text Example
White with #CAEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA9E; }
p { color: rgb(202,234,158); }
H1.HeaderClassName
{
color: #CAEA9E;
}
.AnyTagClassName
{
color: #CAEA9E;
}
</style>
background-color css
<style>
a { background-color: #CAEA9E; }
a { background-color: rgb(202,234,158); }
div.DivClassName
{
background-color: #CAEA9E;
}
.BgClassName
{
background-color: #CAEA9E;
}
</style>
border-color css
<style>
span { border-color: #CAEA9E; }
span { border-color: rgb(202,234,158); }
td.TdClassName
{
border-color: #CAEA9E;
}
.TagClassName
{
border-color: #CAEA9E;
}
</style>