Shades of Reef #C5E5A8
Tints of Reef #C5E5A8
RGB
CMYK
RGB Variations
Color information
#C5E5A8 (or 0xC5E5A8) is known color: Reef. HEX triplet: C5, E5 and A8. RGB value is (197,229,168). Sum of RGB (Red+Green+Blue) = 197+229+168=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E5A8 is #3A1A57. Grayscale: #D4D4D4. Windows color (decimal): -3807832 or 11068869. OLE color: 11068869.
HSL color Cylindrical-coordinate representation of color #C5E5A8: hue angle of 91.48º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5E5A8 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 229 | 168 | - |
CMYK | 0.14 | 0 | 0.27 | 0.10 |
HSL | 91.48º | 0.54% | 0.78% | - |
HSV(B) | 91.48º | 0.27% | 0.9% | - |
XYZ | 58.11 | 70.74 | 47.64 | - |
YUV | 212.48 | 102.9 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 229 | 168 | 0.14 | 0 | 0.27 | 0.10 | 91.48 | 0.54 | 0.78 |
Hex | C5 | E5 | A8 | E | 0 | 1B | A | 5B | 36 | 4E |
Octal | 305 | 345 | 250 | 16 | 0 | 33 | 12 | 133 | 66 | 116 |
Binary | 11000101 | 11100101 | 10101000 | 1110 | 0 | 11011 | 1010 | 1011011 | 110110 | 1001110 |
Color Harmonies of #C5E5A8
Complementary color
Monochromatic Colors of #C5E5A8
Black with #C5E5A8
Text Example
Text Example
White with #C5E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E5A8; }
p { color: rgb(197,229,168); }
H1.HeaderClassName
{
color: #C5E5A8;
}
.AnyTagClassName
{
color: #C5E5A8;
}
</style>
background-color css
<style>
a { background-color: #C5E5A8; }
a { background-color: rgb(197,229,168); }
div.DivClassName
{
background-color: #C5E5A8;
}
.BgClassName
{
background-color: #C5E5A8;
}
</style>
border-color css
<style>
span { border-color: #C5E5A8; }
span { border-color: rgb(197,229,168); }
td.TdClassName
{
border-color: #C5E5A8;
}
.TagClassName
{
border-color: #C5E5A8;
}
</style>