Shades of Reef #C7FFA6
Tints of Reef #C7FFA6
RGB
CMYK
RGB Variations
Color information
#C7FFA6 (or 0xC7FFA6) is known color: Reef. HEX triplet: C7, FF and A6. RGB value is (199,255,166). Sum of RGB (Red+Green+Blue) = 199+255+166=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FFA6 is #380059. Grayscale: #E4E4E4. Windows color (decimal): -3670106 or 10944455. OLE color: 10944455.
HSL color Cylindrical-coordinate representation of color #C7FFA6: hue angle of 97.75º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7FFA6 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 166 | - |
| CMYK | 0.22 | 0 | 0.35 | 0 |
| HSL | 97.75º | 1% | 0.83% | - |
| HSV(B) | 97.75º | 0.35% | 1% | - |
| XYZ | 66.2 | 86.42 | 49.27 | - |
| YUV | 228.11 | 92.95 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 166 | 0.22 | 0 | 0.35 | 0 | 97.75 | 1 | 0.83 |
| Hex | C7 | FF | A6 | 16 | 0 | 23 | 0 | 62 | 64 | 53 |
| Octal | 307 | 377 | 246 | 26 | 0 | 43 | 0 | 142 | 144 | 123 |
| Binary | 11000111 | 11111111 | 10100110 | 10110 | 0 | 100011 | 0 | 1100010 | 1100100 | 1010011 |
Color Harmonies of #C7FFA6
Complementary color
Monochromatic Colors of #C7FFA6
Black with #C7FFA6
Text Example
Text Example
White with #C7FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFA6; }
p { color: rgb(199,255,166); }
H1.HeaderClassName
{
color: #C7FFA6;
}
.AnyTagClassName
{
color: #C7FFA6;
}
</style>
background-color css
<style>
a { background-color: #C7FFA6; }
a { background-color: rgb(199,255,166); }
div.DivClassName
{
background-color: #C7FFA6;
}
.BgClassName
{
background-color: #C7FFA6;
}
</style>
border-color css
<style>
span { border-color: #C7FFA6; }
span { border-color: rgb(199,255,166); }
td.TdClassName
{
border-color: #C7FFA6;
}
.TagClassName
{
border-color: #C7FFA6;
}
</style>