Shades of Reef #CAEA9A
Tints of Reef #CAEA9A
RGB
CMYK
RGB Variations
Color information
#CAEA9A (or 0xCAEA9A) is known color: Reef. HEX triplet: CA, EA and 9A. RGB value is (202,234,154). Sum of RGB (Red+Green+Blue) = 202+234+154=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEA9A is #351565. Grayscale: #D7D7D7. Windows color (decimal): -3478886 or 10152650. OLE color: 10152650.
HSL color Cylindrical-coordinate representation of color #CAEA9A: hue angle of 84º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAEA9A is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 154 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.08 |
| HSL | 84º | 0.66% | 0.76% | - |
| HSV(B) | 84º | 0.34% | 0.92% | - |
| XYZ | 59.61 | 73.74 | 41.66 | - |
| YUV | 215.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 154 | 0.14 | 0 | 0.34 | 0.08 | 84 | 0.66 | 0.76 |
| Hex | CA | EA | 9A | E | 0 | 22 | 8 | 54 | 42 | 4C |
| Octal | 312 | 352 | 232 | 16 | 0 | 42 | 10 | 124 | 102 | 114 |
| Binary | 11001010 | 11101010 | 10011010 | 1110 | 0 | 100010 | 1000 | 1010100 | 1000010 | 1001100 |
Color Harmonies of #CAEA9A
Complementary color
Monochromatic Colors of #CAEA9A
Black with #CAEA9A
Text Example
Text Example
White with #CAEA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA9A; }
p { color: rgb(202,234,154); }
H1.HeaderClassName
{
color: #CAEA9A;
}
.AnyTagClassName
{
color: #CAEA9A;
}
</style>
background-color css
<style>
a { background-color: #CAEA9A; }
a { background-color: rgb(202,234,154); }
div.DivClassName
{
background-color: #CAEA9A;
}
.BgClassName
{
background-color: #CAEA9A;
}
</style>
border-color css
<style>
span { border-color: #CAEA9A; }
span { border-color: rgb(202,234,154); }
td.TdClassName
{
border-color: #CAEA9A;
}
.TagClassName
{
border-color: #CAEA9A;
}
</style>