Shades of Reef #CAEAA4
Tints of Reef #CAEAA4
RGB
CMYK
RGB Variations
Color information
#CAEAA4 (or 0xCAEAA4) is known color: Reef. HEX triplet: CA, EA and A4. RGB value is (202,234,164). Sum of RGB (Red+Green+Blue) = 202+234+164=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAA4 is #35155B. Grayscale: #D8D8D8. Windows color (decimal): -3478876 or 10808010. OLE color: 10808010.
HSL color Cylindrical-coordinate representation of color #CAEAA4: hue angle of 87.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAEAA4 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 164 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.08 |
| HSL | 87.43º | 0.63% | 0.78% | - |
| HSV(B) | 87.43º | 0.3% | 0.92% | - |
| XYZ | 60.48 | 74.08 | 46.23 | - |
| YUV | 216.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 164 | 0.14 | 0 | 0.30 | 0.08 | 87.43 | 0.63 | 0.78 |
| Hex | CA | EA | A4 | E | 0 | 1E | 8 | 57 | 3E | 4E |
| Octal | 312 | 352 | 244 | 16 | 0 | 36 | 10 | 127 | 76 | 116 |
| Binary | 11001010 | 11101010 | 10100100 | 1110 | 0 | 11110 | 1000 | 1010111 | 111110 | 1001110 |
Color Harmonies of #CAEAA4
Complementary color
Monochromatic Colors of #CAEAA4
Black with #CAEAA4
Text Example
Text Example
White with #CAEAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAA4; }
p { color: rgb(202,234,164); }
H1.HeaderClassName
{
color: #CAEAA4;
}
.AnyTagClassName
{
color: #CAEAA4;
}
</style>
background-color css
<style>
a { background-color: #CAEAA4; }
a { background-color: rgb(202,234,164); }
div.DivClassName
{
background-color: #CAEAA4;
}
.BgClassName
{
background-color: #CAEAA4;
}
</style>
border-color css
<style>
span { border-color: #CAEAA4; }
span { border-color: rgb(202,234,164); }
td.TdClassName
{
border-color: #CAEAA4;
}
.TagClassName
{
border-color: #CAEAA4;
}
</style>