Shades of Reef #C5F9A6
Tints of Reef #C5F9A6
RGB
CMYK
RGB Variations
Color information
#C5F9A6 (or 0xC5F9A6) is known color: Reef. HEX triplet: C5, F9 and A6. RGB value is (197,249,166). Sum of RGB (Red+Green+Blue) = 197+249+166=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F9A6 is #3A0659. Grayscale: #E0E0E0. Windows color (decimal): -3802714 or 10942917. OLE color: 10942917.
HSL color Cylindrical-coordinate representation of color #C5F9A6: hue angle of 97.59º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5F9A6 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 166 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.02 |
| HSL | 97.59º | 0.87% | 0.81% | - |
| HSV(B) | 97.59º | 0.33% | 0.98% | - |
| XYZ | 63.78 | 82.37 | 48.61 | - |
| YUV | 223.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 166 | 0.21 | 0 | 0.33 | 0.02 | 97.59 | 0.87 | 0.81 |
| Hex | C5 | F9 | A6 | 15 | 0 | 21 | 2 | 62 | 57 | 51 |
| Octal | 305 | 371 | 246 | 25 | 0 | 41 | 2 | 142 | 127 | 121 |
| Binary | 11000101 | 11111001 | 10100110 | 10101 | 0 | 100001 | 10 | 1100010 | 1010111 | 1010001 |
Color Harmonies of #C5F9A6
Complementary color
Monochromatic Colors of #C5F9A6
Black with #C5F9A6
Text Example
Text Example
White with #C5F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F9A6; }
p { color: rgb(197,249,166); }
H1.HeaderClassName
{
color: #C5F9A6;
}
.AnyTagClassName
{
color: #C5F9A6;
}
</style>
background-color css
<style>
a { background-color: #C5F9A6; }
a { background-color: rgb(197,249,166); }
div.DivClassName
{
background-color: #C5F9A6;
}
.BgClassName
{
background-color: #C5F9A6;
}
</style>
border-color css
<style>
span { border-color: #C5F9A6; }
span { border-color: rgb(197,249,166); }
td.TdClassName
{
border-color: #C5F9A6;
}
.TagClassName
{
border-color: #C5F9A6;
}
</style>