Shades of Reef #CAE79F
Tints of Reef #CAE79F
RGB
CMYK
RGB Variations
Color information
#CAE79F (or 0xCAE79F) is known color: Reef. HEX triplet: CA, E7 and 9F. RGB value is (202,231,159). Sum of RGB (Red+Green+Blue) = 202+231+159=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE79F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE79F is #351860. Grayscale: #D6D6D6. Windows color (decimal): -3479649 or 10479562. OLE color: 10479562.
HSL color Cylindrical-coordinate representation of color #CAE79F: hue angle of 84.17º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE79F is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 159 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.09 |
| HSL | 84.17º | 0.6% | 0.76% | - |
| HSV(B) | 84.17º | 0.31% | 0.91% | - |
| XYZ | 59.19 | 72.21 | 43.62 | - |
| YUV | 214.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 159 | 0.13 | 0 | 0.31 | 0.09 | 84.17 | 0.6 | 0.76 |
| Hex | CA | E7 | 9F | D | 0 | 1F | 9 | 54 | 3C | 4C |
| Octal | 312 | 347 | 237 | 15 | 0 | 37 | 11 | 124 | 74 | 114 |
| Binary | 11001010 | 11100111 | 10011111 | 1101 | 0 | 11111 | 1001 | 1010100 | 111100 | 1001100 |
Color Harmonies of #CAE79F
Complementary color
Monochromatic Colors of #CAE79F
Black with #CAE79F
Text Example
Text Example
White with #CAE79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE79F; }
p { color: rgb(202,231,159); }
H1.HeaderClassName
{
color: #CAE79F;
}
.AnyTagClassName
{
color: #CAE79F;
}
</style>
background-color css
<style>
a { background-color: #CAE79F; }
a { background-color: rgb(202,231,159); }
div.DivClassName
{
background-color: #CAE79F;
}
.BgClassName
{
background-color: #CAE79F;
}
</style>
border-color css
<style>
span { border-color: #CAE79F; }
span { border-color: rgb(202,231,159); }
td.TdClassName
{
border-color: #CAE79F;
}
.TagClassName
{
border-color: #CAE79F;
}
</style>