Shades of Reef #C5EDA3
Tints of Reef #C5EDA3
RGB
CMYK
RGB Variations
Color information
#C5EDA3 (or 0xC5EDA3) is known color: Reef. HEX triplet: C5, ED and A3. RGB value is (197,237,163). Sum of RGB (Red+Green+Blue) = 197+237+163=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #C5EDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EDA3 is #3A125C. Grayscale: #D8D8D8. Windows color (decimal): -3805789 or 10743237. OLE color: 10743237.
HSL color Cylindrical-coordinate representation of color #C5EDA3: hue angle of 92.43º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5EDA3 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 163 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.07 |
| HSL | 92.43º | 0.67% | 0.78% | - |
| HSV(B) | 92.43º | 0.31% | 0.93% | - |
| XYZ | 59.92 | 75.08 | 45.98 | - |
| YUV | 216.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 163 | 0.17 | 0 | 0.31 | 0.07 | 92.43 | 0.67 | 0.78 |
| Hex | C5 | ED | A3 | 11 | 0 | 1F | 7 | 5C | 43 | 4E |
| Octal | 305 | 355 | 243 | 21 | 0 | 37 | 7 | 134 | 103 | 116 |
| Binary | 11000101 | 11101101 | 10100011 | 10001 | 0 | 11111 | 111 | 1011100 | 1000011 | 1001110 |
Color Harmonies of #C5EDA3
Complementary color
Monochromatic Colors of #C5EDA3
Black with #C5EDA3
Text Example
Text Example
White with #C5EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDA3; }
p { color: rgb(197,237,163); }
H1.HeaderClassName
{
color: #C5EDA3;
}
.AnyTagClassName
{
color: #C5EDA3;
}
</style>
background-color css
<style>
a { background-color: #C5EDA3; }
a { background-color: rgb(197,237,163); }
div.DivClassName
{
background-color: #C5EDA3;
}
.BgClassName
{
background-color: #C5EDA3;
}
</style>
border-color css
<style>
span { border-color: #C5EDA3; }
span { border-color: rgb(197,237,163); }
td.TdClassName
{
border-color: #C5EDA3;
}
.TagClassName
{
border-color: #C5EDA3;
}
</style>