Shades of Reef #C5EFA6
Tints of Reef #C5EFA6
RGB
CMYK
RGB Variations
Color information
#C5EFA6 (or 0xC5EFA6) is known color: Reef. HEX triplet: C5, EF and A6. RGB value is (197,239,166). Sum of RGB (Red+Green+Blue) = 197+239+166=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EFA6 is #3A1059. Grayscale: #DADADA. Windows color (decimal): -3805274 or 10940357. OLE color: 10940357.
HSL color Cylindrical-coordinate representation of color #C5EFA6: hue angle of 94.52º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5EFA6 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 166 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.06 |
| HSL | 94.52º | 0.7% | 0.79% | - |
| HSV(B) | 94.52º | 0.31% | 0.94% | - |
| XYZ | 60.78 | 76.36 | 47.61 | - |
| YUV | 218.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 166 | 0.18 | 0 | 0.31 | 0.06 | 94.52 | 0.7 | 0.79 |
| Hex | C5 | EF | A6 | 12 | 0 | 1F | 6 | 5F | 46 | 4F |
| Octal | 305 | 357 | 246 | 22 | 0 | 37 | 6 | 137 | 106 | 117 |
| Binary | 11000101 | 11101111 | 10100110 | 10010 | 0 | 11111 | 110 | 1011111 | 1000110 | 1001111 |
Color Harmonies of #C5EFA6
Complementary color
Monochromatic Colors of #C5EFA6
Black with #C5EFA6
Text Example
Text Example
White with #C5EFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFA6; }
p { color: rgb(197,239,166); }
H1.HeaderClassName
{
color: #C5EFA6;
}
.AnyTagClassName
{
color: #C5EFA6;
}
</style>
background-color css
<style>
a { background-color: #C5EFA6; }
a { background-color: rgb(197,239,166); }
div.DivClassName
{
background-color: #C5EFA6;
}
.BgClassName
{
background-color: #C5EFA6;
}
</style>
border-color css
<style>
span { border-color: #C5EFA6; }
span { border-color: rgb(197,239,166); }
td.TdClassName
{
border-color: #C5EFA6;
}
.TagClassName
{
border-color: #C5EFA6;
}
</style>