Shades of Reef #C6FBA6
Tints of Reef #C6FBA6
RGB
CMYK
RGB Variations
Color information
#C6FBA6 (or 0xC6FBA6) is known color: Reef. HEX triplet: C6, FB and A6. RGB value is (198,251,166). Sum of RGB (Red+Green+Blue) = 198+251+166=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FBA6 is #390459. Grayscale: #E1E1E1. Windows color (decimal): -3736666 or 10943430. OLE color: 10943430.
HSL color Cylindrical-coordinate representation of color #C6FBA6: hue angle of 97.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6FBA6 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 166 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.02 |
| HSL | 97.41º | 0.91% | 0.82% | - |
| HSV(B) | 97.41º | 0.34% | 0.98% | - |
| XYZ | 64.67 | 83.75 | 48.83 | - |
| YUV | 225.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 166 | 0.21 | 0 | 0.34 | 0.02 | 97.41 | 0.91 | 0.82 |
| Hex | C6 | FB | A6 | 15 | 0 | 22 | 2 | 61 | 5B | 52 |
| Octal | 306 | 373 | 246 | 25 | 0 | 42 | 2 | 141 | 133 | 122 |
| Binary | 11000110 | 11111011 | 10100110 | 10101 | 0 | 100010 | 10 | 1100001 | 1011011 | 1010010 |
Color Harmonies of #C6FBA6
Complementary color
Monochromatic Colors of #C6FBA6
Black with #C6FBA6
Text Example
Text Example
White with #C6FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FBA6; }
p { color: rgb(198,251,166); }
H1.HeaderClassName
{
color: #C6FBA6;
}
.AnyTagClassName
{
color: #C6FBA6;
}
</style>
background-color css
<style>
a { background-color: #C6FBA6; }
a { background-color: rgb(198,251,166); }
div.DivClassName
{
background-color: #C6FBA6;
}
.BgClassName
{
background-color: #C6FBA6;
}
</style>
border-color css
<style>
span { border-color: #C6FBA6; }
span { border-color: rgb(198,251,166); }
td.TdClassName
{
border-color: #C6FBA6;
}
.TagClassName
{
border-color: #C6FBA6;
}
</style>