Shades of Reef #CAE69C
Tints of Reef #CAE69C
RGB
CMYK
RGB Variations
Color information
#CAE69C (or 0xCAE69C) is known color: Reef. HEX triplet: CA, E6 and 9C. RGB value is (202,230,156). Sum of RGB (Red+Green+Blue) = 202+230+156=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69C is #351963. Grayscale: #D5D5D5. Windows color (decimal): -3479908 or 10282698. OLE color: 10282698.
HSL color Cylindrical-coordinate representation of color #CAE69C: hue angle of 82.7º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAE69C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 156 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.10 |
| HSL | 82.7º | 0.6% | 0.76% | - |
| HSV(B) | 82.7º | 0.32% | 0.9% | - |
| XYZ | 58.65 | 71.55 | 42.17 | - |
| YUV | 213.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 156 | 0.12 | 0 | 0.32 | 0.10 | 82.7 | 0.6 | 0.76 |
| Hex | CA | E6 | 9C | C | 0 | 20 | A | 53 | 3C | 4C |
| Octal | 312 | 346 | 234 | 14 | 0 | 40 | 12 | 123 | 74 | 114 |
| Binary | 11001010 | 11100110 | 10011100 | 1100 | 0 | 100000 | 1010 | 1010011 | 111100 | 1001100 |
Color Harmonies of #CAE69C
Complementary color
Monochromatic Colors of #CAE69C
Black with #CAE69C
Text Example
Text Example
White with #CAE69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE69C; }
p { color: rgb(202,230,156); }
H1.HeaderClassName
{
color: #CAE69C;
}
.AnyTagClassName
{
color: #CAE69C;
}
</style>
background-color css
<style>
a { background-color: #CAE69C; }
a { background-color: rgb(202,230,156); }
div.DivClassName
{
background-color: #CAE69C;
}
.BgClassName
{
background-color: #CAE69C;
}
</style>
border-color css
<style>
span { border-color: #CAE69C; }
span { border-color: rgb(202,230,156); }
td.TdClassName
{
border-color: #CAE69C;
}
.TagClassName
{
border-color: #CAE69C;
}
</style>