Shades of Reef #CAE19E
Tints of Reef #CAE19E
RGB
CMYK
RGB Variations
Color information
#CAE19E (or 0xCAE19E) is known color: Reef. HEX triplet: CA, E1 and 9E. RGB value is (202,225,158). Sum of RGB (Red+Green+Blue) = 202+225+158=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE19E is #351E61. Grayscale: #D2D2D2. Windows color (decimal): -3481186 or 10412490. OLE color: 10412490.
HSL color Cylindrical-coordinate representation of color #CAE19E: hue angle of 80.6º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE19E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 158 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.12 |
| HSL | 80.6º | 0.53% | 0.75% | - |
| HSV(B) | 80.6º | 0.3% | 0.88% | - |
| XYZ | 57.45 | 68.88 | 42.61 | - |
| YUV | 210.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 158 | 0.10 | 0 | 0.30 | 0.12 | 80.6 | 0.53 | 0.75 |
| Hex | CA | E1 | 9E | A | 0 | 1E | C | 51 | 35 | 4B |
| Octal | 312 | 341 | 236 | 12 | 0 | 36 | 14 | 121 | 65 | 113 |
| Binary | 11001010 | 11100001 | 10011110 | 1010 | 0 | 11110 | 1100 | 1010001 | 110101 | 1001011 |
Color Harmonies of #CAE19E
Complementary color
Monochromatic Colors of #CAE19E
Black with #CAE19E
Text Example
Text Example
White with #CAE19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE19E; }
p { color: rgb(202,225,158); }
H1.HeaderClassName
{
color: #CAE19E;
}
.AnyTagClassName
{
color: #CAE19E;
}
</style>
background-color css
<style>
a { background-color: #CAE19E; }
a { background-color: rgb(202,225,158); }
div.DivClassName
{
background-color: #CAE19E;
}
.BgClassName
{
background-color: #CAE19E;
}
</style>
border-color css
<style>
span { border-color: #CAE19E; }
span { border-color: rgb(202,225,158); }
td.TdClassName
{
border-color: #CAE19E;
}
.TagClassName
{
border-color: #CAE19E;
}
</style>