Shades of Reef #CAE095
Tints of Reef #CAE095
RGB
CMYK
RGB Variations
Color information
#CAE095 (or 0xCAE095) is known color: Reef. HEX triplet: CA, E0 and 95. RGB value is (202,224,149). Sum of RGB (Red+Green+Blue) = 202+224+149=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE095 is #351F6A. Grayscale: #D1D1D1. Windows color (decimal): -3481451 or 9822410. OLE color: 9822410.
HSL color Cylindrical-coordinate representation of color #CAE095: hue angle of 77.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE095 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 149 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.12 |
| HSL | 77.6º | 0.55% | 0.73% | - |
| HSV(B) | 77.6º | 0.33% | 0.88% | - |
| XYZ | 56.44 | 68.04 | 38.59 | - |
| YUV | 208.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 149 | 0.10 | 0 | 0.33 | 0.12 | 77.6 | 0.55 | 0.73 |
| Hex | CA | E0 | 95 | A | 0 | 21 | C | 4E | 37 | 49 |
| Octal | 312 | 340 | 225 | 12 | 0 | 41 | 14 | 116 | 67 | 111 |
| Binary | 11001010 | 11100000 | 10010101 | 1010 | 0 | 100001 | 1100 | 1001110 | 110111 | 1001001 |
Color Harmonies of #CAE095
Complementary color
Monochromatic Colors of #CAE095
Black with #CAE095
Text Example
Text Example
White with #CAE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE095; }
p { color: rgb(202,224,149); }
H1.HeaderClassName
{
color: #CAE095;
}
.AnyTagClassName
{
color: #CAE095;
}
</style>
background-color css
<style>
a { background-color: #CAE095; }
a { background-color: rgb(202,224,149); }
div.DivClassName
{
background-color: #CAE095;
}
.BgClassName
{
background-color: #CAE095;
}
</style>
border-color css
<style>
span { border-color: #CAE095; }
span { border-color: rgb(202,224,149); }
td.TdClassName
{
border-color: #CAE095;
}
.TagClassName
{
border-color: #CAE095;
}
</style>