Shades of Reef #C7FBA5
Tints of Reef #C7FBA5
RGB
CMYK
RGB Variations
Color information
#C7FBA5 (or 0xC7FBA5) is known color: Reef. HEX triplet: C7, FB and A5. RGB value is (199,251,165). Sum of RGB (Red+Green+Blue) = 199+251+165=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FBA5 is #38045A. Grayscale: #E1E1E1. Windows color (decimal): -3671131 or 10877895. OLE color: 10877895.
HSL color Cylindrical-coordinate representation of color #C7FBA5: hue angle of 96.28º 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 #C7FBA5 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 251 | 165 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.02 |
| HSL | 96.28º | 0.91% | 0.82% | - |
| HSV(B) | 96.28º | 0.34% | 0.98% | - |
| XYZ | 64.84 | 83.85 | 48.37 | - |
| YUV | 225.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 251 | 165 | 0.21 | 0 | 0.34 | 0.02 | 96.28 | 0.91 | 0.82 |
| Hex | C7 | FB | A5 | 15 | 0 | 22 | 2 | 60 | 5B | 52 |
| Octal | 307 | 373 | 245 | 25 | 0 | 42 | 2 | 140 | 133 | 122 |
| Binary | 11000111 | 11111011 | 10100101 | 10101 | 0 | 100010 | 10 | 1100000 | 1011011 | 1010010 |
Color Harmonies of #C7FBA5
Complementary color
Monochromatic Colors of #C7FBA5
Black with #C7FBA5
Text Example
Text Example
White with #C7FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FBA5; }
p { color: rgb(199,251,165); }
H1.HeaderClassName
{
color: #C7FBA5;
}
.AnyTagClassName
{
color: #C7FBA5;
}
</style>
background-color css
<style>
a { background-color: #C7FBA5; }
a { background-color: rgb(199,251,165); }
div.DivClassName
{
background-color: #C7FBA5;
}
.BgClassName
{
background-color: #C7FBA5;
}
</style>
border-color css
<style>
span { border-color: #C7FBA5; }
span { border-color: rgb(199,251,165); }
td.TdClassName
{
border-color: #C7FBA5;
}
.TagClassName
{
border-color: #C7FBA5;
}
</style>