Shades of Reef #C5E6A1
Tints of Reef #C5E6A1
RGB
CMYK
RGB Variations
Color information
#C5E6A1 (or 0xC5E6A1) is known color: Reef. HEX triplet: C5, E6 and A1. RGB value is (197,230,161). Sum of RGB (Red+Green+Blue) = 197+230+161=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E6A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E6A1 is #3A195E. Grayscale: #D4D4D4. Windows color (decimal): -3807583 or 10610373. OLE color: 10610373.
HSL color Cylindrical-coordinate representation of color #C5E6A1: hue angle of 88.7º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5E6A1 is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 161 | - |
| CMYK | 0.14 | 0 | 0.3 | 0.10 |
| HSL | 88.7º | 0.58% | 0.77% | - |
| HSV(B) | 88.7º | 0.3% | 0.9% | - |
| XYZ | 57.76 | 71.04 | 44.39 | - |
| YUV | 212.27 | 99.07 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 161 | 0.14 | 0 | 0.3 | 0.10 | 88.7 | 0.58 | 0.77 |
| Hex | C5 | E6 | A1 | E | 0 | 1E | A | 59 | 3A | 4D |
| Octal | 305 | 346 | 241 | 16 | 0 | 36 | 12 | 131 | 72 | 115 |
| Binary | 11000101 | 11100110 | 10100001 | 1110 | 0 | 11110 | 1010 | 1011001 | 111010 | 1001101 |
Color Harmonies of #C5E6A1
Complementary color
Monochromatic Colors of #C5E6A1
Black with #C5E6A1
Text Example
Text Example
White with #C5E6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6A1; }
p { color: rgb(197,230,161); }
H1.HeaderClassName
{
color: #C5E6A1;
}
.AnyTagClassName
{
color: #C5E6A1;
}
</style>
background-color css
<style>
a { background-color: #C5E6A1; }
a { background-color: rgb(197,230,161); }
div.DivClassName
{
background-color: #C5E6A1;
}
.BgClassName
{
background-color: #C5E6A1;
}
</style>
border-color css
<style>
span { border-color: #C5E6A1; }
span { border-color: rgb(197,230,161); }
td.TdClassName
{
border-color: #C5E6A1;
}
.TagClassName
{
border-color: #C5E6A1;
}
</style>