Shades of Reef #C6FBA4
Tints of Reef #C6FBA4
RGB
CMYK
RGB Variations
Color information
#C6FBA4 (or 0xC6FBA4) is known color: Reef. HEX triplet: C6, FB and A4. RGB value is (198,251,164). Sum of RGB (Red+Green+Blue) = 198+251+164=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6FBA4 is #39045B. Grayscale: #E1E1E1. Windows color (decimal): -3736668 or 10812358. OLE color: 10812358.
HSL color Cylindrical-coordinate representation of color #C6FBA4: hue angle of 96.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6FBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 164 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.02 |
| HSL | 96.55º | 0.92% | 0.81% | - |
| HSV(B) | 96.55º | 0.35% | 0.98% | - |
| XYZ | 64.49 | 83.68 | 47.88 | - |
| YUV | 225.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 164 | 0.21 | 0 | 0.35 | 0.02 | 96.55 | 0.92 | 0.81 |
| Hex | C6 | FB | A4 | 15 | 0 | 23 | 2 | 61 | 5C | 51 |
| Octal | 306 | 373 | 244 | 25 | 0 | 43 | 2 | 141 | 134 | 121 |
| Binary | 11000110 | 11111011 | 10100100 | 10101 | 0 | 100011 | 10 | 1100001 | 1011100 | 1010001 |
Color Harmonies of #C6FBA4
Complementary color
Monochromatic Colors of #C6FBA4
Black with #C6FBA4
Text Example
Text Example
White with #C6FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FBA4; }
p { color: rgb(198,251,164); }
H1.HeaderClassName
{
color: #C6FBA4;
}
.AnyTagClassName
{
color: #C6FBA4;
}
</style>
background-color css
<style>
a { background-color: #C6FBA4; }
a { background-color: rgb(198,251,164); }
div.DivClassName
{
background-color: #C6FBA4;
}
.BgClassName
{
background-color: #C6FBA4;
}
</style>
border-color css
<style>
span { border-color: #C6FBA4; }
span { border-color: rgb(198,251,164); }
td.TdClassName
{
border-color: #C6FBA4;
}
.TagClassName
{
border-color: #C6FBA4;
}
</style>