Shades of Reef #C7FBA4
Tints of Reef #C7FBA4
RGB
CMYK
RGB Variations
Color information
#C7FBA4 (or 0xC7FBA4) is known color: Reef. HEX triplet: C7, FB and A4. RGB value is (199,251,164). Sum of RGB (Red+Green+Blue) = 199+251+164=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA4 is #38045B. Grayscale: #E1E1E1. Windows color (decimal): -3671132 or 10812359. OLE color: 10812359.
HSL color Cylindrical-coordinate representation of color #C7FBA4: hue angle of 95.86º 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 #C7FBA4 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 164 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.02 |
| HSL | 95.86º | 0.92% | 0.81% | - |
| HSV(B) | 95.86º | 0.35% | 0.98% | - |
| XYZ | 64.75 | 83.82 | 47.89 | - |
| YUV | 225.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 164 | 0.21 | 0 | 0.35 | 0.02 | 95.86 | 0.92 | 0.81 |
| Hex | C7 | FB | A4 | 15 | 0 | 23 | 2 | 60 | 5C | 51 |
| Octal | 307 | 373 | 244 | 25 | 0 | 43 | 2 | 140 | 134 | 121 |
| Binary | 11000111 | 11111011 | 10100100 | 10101 | 0 | 100011 | 10 | 1100000 | 1011100 | 1010001 |
Color Harmonies of #C7FBA4
Complementary color
Monochromatic Colors of #C7FBA4
Black with #C7FBA4
Text Example
Text Example
White with #C7FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FBA4; }
p { color: rgb(199,251,164); }
H1.HeaderClassName
{
color: #C7FBA4;
}
.AnyTagClassName
{
color: #C7FBA4;
}
</style>
background-color css
<style>
a { background-color: #C7FBA4; }
a { background-color: rgb(199,251,164); }
div.DivClassName
{
background-color: #C7FBA4;
}
.BgClassName
{
background-color: #C7FBA4;
}
</style>
border-color css
<style>
span { border-color: #C7FBA4; }
span { border-color: rgb(199,251,164); }
td.TdClassName
{
border-color: #C7FBA4;
}
.TagClassName
{
border-color: #C7FBA4;
}
</style>