Shades of Reef #C7FFA2
Tints of Reef #C7FFA2
RGB
CMYK
RGB Variations
Color information
#C7FFA2 (or 0xC7FFA2) is known color: Reef. HEX triplet: C7, FF and A2. RGB value is (199,255,162). Sum of RGB (Red+Green+Blue) = 199+255+162=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FFA2 is #38005D. Grayscale: #E3E3E3. Windows color (decimal): -3670110 or 10682311. OLE color: 10682311.
HSL color Cylindrical-coordinate representation of color #C7FFA2: hue angle of 96.13º 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 #C7FFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 162 | - |
| CMYK | 0.22 | 0 | 0.36 | 0 |
| HSL | 96.13º | 1% | 0.82% | - |
| HSV(B) | 96.13º | 0.36% | 1% | - |
| XYZ | 65.83 | 86.27 | 47.36 | - |
| YUV | 227.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 162 | 0.22 | 0 | 0.36 | 0 | 96.13 | 1 | 0.82 |
| Hex | C7 | FF | A2 | 16 | 0 | 24 | 0 | 60 | 64 | 52 |
| Octal | 307 | 377 | 242 | 26 | 0 | 44 | 0 | 140 | 144 | 122 |
| Binary | 11000111 | 11111111 | 10100010 | 10110 | 0 | 100100 | 0 | 1100000 | 1100100 | 1010010 |
Color Harmonies of #C7FFA2
Complementary color
Monochromatic Colors of #C7FFA2
Black with #C7FFA2
Text Example
Text Example
White with #C7FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFA2; }
p { color: rgb(199,255,162); }
H1.HeaderClassName
{
color: #C7FFA2;
}
.AnyTagClassName
{
color: #C7FFA2;
}
</style>
background-color css
<style>
a { background-color: #C7FFA2; }
a { background-color: rgb(199,255,162); }
div.DivClassName
{
background-color: #C7FFA2;
}
.BgClassName
{
background-color: #C7FFA2;
}
</style>
border-color css
<style>
span { border-color: #C7FFA2; }
span { border-color: rgb(199,255,162); }
td.TdClassName
{
border-color: #C7FFA2;
}
.TagClassName
{
border-color: #C7FFA2;
}
</style>