Shades of Reef #CAE199
Tints of Reef #CAE199
RGB
CMYK
RGB Variations
Color information
#CAE199 (or 0xCAE199) is known color: Reef. HEX triplet: CA, E1 and 99. RGB value is (202,225,153). Sum of RGB (Red+Green+Blue) = 202+225+153=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE199 is #351E66. Grayscale: #D2D2D2. Windows color (decimal): -3481191 or 10084810. OLE color: 10084810.
HSL color Cylindrical-coordinate representation of color #CAE199: hue angle of 79.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE199 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 153 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.12 |
| HSL | 79.17º | 0.55% | 0.74% | - |
| HSV(B) | 79.17º | 0.32% | 0.88% | - |
| XYZ | 57.03 | 68.71 | 40.39 | - |
| YUV | 209.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 153 | 0.10 | 0 | 0.32 | 0.12 | 79.17 | 0.55 | 0.74 |
| Hex | CA | E1 | 99 | A | 0 | 20 | C | 4F | 37 | 4A |
| Octal | 312 | 341 | 231 | 12 | 0 | 40 | 14 | 117 | 67 | 112 |
| Binary | 11001010 | 11100001 | 10011001 | 1010 | 0 | 100000 | 1100 | 1001111 | 110111 | 1001010 |
Color Harmonies of #CAE199
Complementary color
Monochromatic Colors of #CAE199
Black with #CAE199
Text Example
Text Example
White with #CAE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE199; }
p { color: rgb(202,225,153); }
H1.HeaderClassName
{
color: #CAE199;
}
.AnyTagClassName
{
color: #CAE199;
}
</style>
background-color css
<style>
a { background-color: #CAE199; }
a { background-color: rgb(202,225,153); }
div.DivClassName
{
background-color: #CAE199;
}
.BgClassName
{
background-color: #CAE199;
}
</style>
border-color css
<style>
span { border-color: #CAE199; }
span { border-color: rgb(202,225,153); }
td.TdClassName
{
border-color: #CAE199;
}
.TagClassName
{
border-color: #CAE199;
}
</style>