Shades of Reef #C7FBA3
Tints of Reef #C7FBA3
RGB
CMYK
RGB Variations
Color information
#C7FBA3 (or 0xC7FBA3) is known color: Reef. HEX triplet: C7, FB and A3. RGB value is (199,251,163). Sum of RGB (Red+Green+Blue) = 199+251+163=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA3 is #38045C. Grayscale: #E1E1E1. Windows color (decimal): -3671133 or 10746823. OLE color: 10746823.
HSL color Cylindrical-coordinate representation of color #C7FBA3: hue angle of 95.45º 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 #C7FBA3 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 163 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.02 |
| HSL | 95.45º | 0.92% | 0.81% | - |
| HSV(B) | 95.45º | 0.35% | 0.98% | - |
| XYZ | 64.66 | 83.78 | 47.41 | - |
| YUV | 225.42 | 92.77 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 163 | 0.21 | 0 | 0.35 | 0.02 | 95.45 | 0.92 | 0.81 |
| Hex | C7 | FB | A3 | 15 | 0 | 23 | 2 | 5F | 5C | 51 |
| Octal | 307 | 373 | 243 | 25 | 0 | 43 | 2 | 137 | 134 | 121 |
| Binary | 11000111 | 11111011 | 10100011 | 10101 | 0 | 100011 | 10 | 1011111 | 1011100 | 1010001 |
Color Harmonies of #C7FBA3
Complementary color
Monochromatic Colors of #C7FBA3
Black with #C7FBA3
Text Example
Text Example
White with #C7FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FBA3; }
p { color: rgb(199,251,163); }
H1.HeaderClassName
{
color: #C7FBA3;
}
.AnyTagClassName
{
color: #C7FBA3;
}
</style>
background-color css
<style>
a { background-color: #C7FBA3; }
a { background-color: rgb(199,251,163); }
div.DivClassName
{
background-color: #C7FBA3;
}
.BgClassName
{
background-color: #C7FBA3;
}
</style>
border-color css
<style>
span { border-color: #C7FBA3; }
span { border-color: rgb(199,251,163); }
td.TdClassName
{
border-color: #C7FBA3;
}
.TagClassName
{
border-color: #C7FBA3;
}
</style>