Shades of Reef #CAE09C
Tints of Reef #CAE09C
RGB
CMYK
RGB Variations
Color information
#CAE09C (or 0xCAE09C) is known color: Reef. HEX triplet: CA, E0 and 9C. RGB value is (202,224,156). Sum of RGB (Red+Green+Blue) = 202+224+156=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE09C is #351F63. Grayscale: #D1D1D1. Windows color (decimal): -3481444 or 10281162. OLE color: 10281162.
HSL color Cylindrical-coordinate representation of color #CAE09C: hue angle of 79.41º degrees, saturation: 0.52, 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 #CAE09C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 156 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.12 |
| HSL | 79.41º | 0.52% | 0.75% | - |
| HSV(B) | 79.41º | 0.3% | 0.88% | - |
| XYZ | 57.01 | 68.27 | 41.62 | - |
| YUV | 209.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 156 | 0.10 | 0 | 0.30 | 0.12 | 79.41 | 0.52 | 0.75 |
| Hex | CA | E0 | 9C | A | 0 | 1E | C | 4F | 34 | 4B |
| Octal | 312 | 340 | 234 | 12 | 0 | 36 | 14 | 117 | 64 | 113 |
| Binary | 11001010 | 11100000 | 10011100 | 1010 | 0 | 11110 | 1100 | 1001111 | 110100 | 1001011 |
Color Harmonies of #CAE09C
Complementary color
Monochromatic Colors of #CAE09C
Black with #CAE09C
Text Example
Text Example
White with #CAE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE09C; }
p { color: rgb(202,224,156); }
H1.HeaderClassName
{
color: #CAE09C;
}
.AnyTagClassName
{
color: #CAE09C;
}
</style>
background-color css
<style>
a { background-color: #CAE09C; }
a { background-color: rgb(202,224,156); }
div.DivClassName
{
background-color: #CAE09C;
}
.BgClassName
{
background-color: #CAE09C;
}
</style>
border-color css
<style>
span { border-color: #CAE09C; }
span { border-color: rgb(202,224,156); }
td.TdClassName
{
border-color: #CAE09C;
}
.TagClassName
{
border-color: #CAE09C;
}
</style>