Shades of Reef #C6FA9C
Tints of Reef #C6FA9C
RGB
CMYK
RGB Variations
Color information
#C6FA9C (or 0xC6FA9C) is known color: Reef. HEX triplet: C6, FA and 9C. RGB value is (198,250,156). Sum of RGB (Red+Green+Blue) = 198+250+156=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 156 (61.33% from 255 or 25.83% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FA9C is #390563. Grayscale: #E0E0E0. Windows color (decimal): -3736932 or 10287814. OLE color: 10287814.
HSL color Cylindrical-coordinate representation of color #C6FA9C: hue angle of 93.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6FA9C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 156 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.02 |
| HSL | 93.19º | 0.9% | 0.8% | - |
| HSV(B) | 93.19º | 0.38% | 0.98% | - |
| XYZ | 63.48 | 82.78 | 44.08 | - |
| YUV | 223.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 156 | 0.21 | 0 | 0.38 | 0.02 | 93.19 | 0.9 | 0.8 |
| Hex | C6 | FA | 9C | 15 | 0 | 26 | 2 | 5D | 5A | 50 |
| Octal | 306 | 372 | 234 | 25 | 0 | 46 | 2 | 135 | 132 | 120 |
| Binary | 11000110 | 11111010 | 10011100 | 10101 | 0 | 100110 | 10 | 1011101 | 1011010 | 1010000 |
Color Harmonies of #C6FA9C
Complementary color
Monochromatic Colors of #C6FA9C
Black with #C6FA9C
Text Example
Text Example
White with #C6FA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA9C; }
p { color: rgb(198,250,156); }
H1.HeaderClassName
{
color: #C6FA9C;
}
.AnyTagClassName
{
color: #C6FA9C;
}
</style>
background-color css
<style>
a { background-color: #C6FA9C; }
a { background-color: rgb(198,250,156); }
div.DivClassName
{
background-color: #C6FA9C;
}
.BgClassName
{
background-color: #C6FA9C;
}
</style>
border-color css
<style>
span { border-color: #C6FA9C; }
span { border-color: rgb(198,250,156); }
td.TdClassName
{
border-color: #C6FA9C;
}
.TagClassName
{
border-color: #C6FA9C;
}
</style>