Shades of Reef #C5EDA6
Tints of Reef #C5EDA6
RGB
CMYK
RGB Variations
Color information
#C5EDA6 (or 0xC5EDA6) is known color: Reef. HEX triplet: C5, ED and A6. RGB value is (197,237,166). Sum of RGB (Red+Green+Blue) = 197+237+166=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EDA6 is #3A1259. Grayscale: #D9D9D9. Windows color (decimal): -3805786 or 10939845. OLE color: 10939845.
HSL color Cylindrical-coordinate representation of color #C5EDA6: hue angle of 93.8º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5EDA6 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 166 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.07 |
| HSL | 93.8º | 0.66% | 0.79% | - |
| HSV(B) | 93.8º | 0.3% | 0.93% | - |
| XYZ | 60.19 | 75.19 | 47.42 | - |
| YUV | 216.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 166 | 0.17 | 0 | 0.30 | 0.07 | 93.8 | 0.66 | 0.79 |
| Hex | C5 | ED | A6 | 11 | 0 | 1E | 7 | 5E | 42 | 4F |
| Octal | 305 | 355 | 246 | 21 | 0 | 36 | 7 | 136 | 102 | 117 |
| Binary | 11000101 | 11101101 | 10100110 | 10001 | 0 | 11110 | 111 | 1011110 | 1000010 | 1001111 |
Color Harmonies of #C5EDA6
Complementary color
Monochromatic Colors of #C5EDA6
Black with #C5EDA6
Text Example
Text Example
White with #C5EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDA6; }
p { color: rgb(197,237,166); }
H1.HeaderClassName
{
color: #C5EDA6;
}
.AnyTagClassName
{
color: #C5EDA6;
}
</style>
background-color css
<style>
a { background-color: #C5EDA6; }
a { background-color: rgb(197,237,166); }
div.DivClassName
{
background-color: #C5EDA6;
}
.BgClassName
{
background-color: #C5EDA6;
}
</style>
border-color css
<style>
span { border-color: #C5EDA6; }
span { border-color: rgb(197,237,166); }
td.TdClassName
{
border-color: #C5EDA6;
}
.TagClassName
{
border-color: #C5EDA6;
}
</style>