Shades of Reef #C7FFA4
Tints of Reef #C7FFA4
RGB
CMYK
RGB Variations
Color information
#C7FFA4 (or 0xC7FFA4) is known color: Reef. HEX triplet: C7, FF and A4. RGB value is (199,255,164). Sum of RGB (Red+Green+Blue) = 199+255+164=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FFA4 is #38005B. Grayscale: #E4E4E4. Windows color (decimal): -3670108 or 10813383. OLE color: 10813383.
HSL color Cylindrical-coordinate representation of color #C7FFA4: hue angle of 96.92º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7FFA4 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 164 | - |
| CMYK | 0.22 | 0 | 0.36 | 0 |
| HSL | 96.92º | 1% | 0.82% | - |
| HSV(B) | 96.92º | 0.36% | 1% | - |
| XYZ | 66.01 | 86.34 | 48.31 | - |
| YUV | 227.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 164 | 0.22 | 0 | 0.36 | 0 | 96.92 | 1 | 0.82 |
| Hex | C7 | FF | A4 | 16 | 0 | 24 | 0 | 61 | 64 | 52 |
| Octal | 307 | 377 | 244 | 26 | 0 | 44 | 0 | 141 | 144 | 122 |
| Binary | 11000111 | 11111111 | 10100100 | 10110 | 0 | 100100 | 0 | 1100001 | 1100100 | 1010010 |
Color Harmonies of #C7FFA4
Complementary color
Monochromatic Colors of #C7FFA4
Black with #C7FFA4
Text Example
Text Example
White with #C7FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFA4; }
p { color: rgb(199,255,164); }
H1.HeaderClassName
{
color: #C7FFA4;
}
.AnyTagClassName
{
color: #C7FFA4;
}
</style>
background-color css
<style>
a { background-color: #C7FFA4; }
a { background-color: rgb(199,255,164); }
div.DivClassName
{
background-color: #C7FFA4;
}
.BgClassName
{
background-color: #C7FFA4;
}
</style>
border-color css
<style>
span { border-color: #C7FFA4; }
span { border-color: rgb(199,255,164); }
td.TdClassName
{
border-color: #C7FFA4;
}
.TagClassName
{
border-color: #C7FFA4;
}
</style>