Shades of Reef #C2FFA0
Tints of Reef #C2FFA0
RGB
CMYK
RGB Variations
Color information
#C2FFA0 (or 0xC2FFA0) is known color: Reef. HEX triplet: C2, FF and A0. RGB value is (194,255,160). Sum of RGB (Red+Green+Blue) = 194+255+160=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 160 (62.89% from 255 or 26.27% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFA0 is #3D005F. Grayscale: #E2E2E2. Windows color (decimal): -3997792 or 10551234. OLE color: 10551234.
HSL color Cylindrical-coordinate representation of color #C2FFA0: hue angle of 98.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2FFA0 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 160 | - |
| CMYK | 0.24 | 0 | 0.37 | 0 |
| HSL | 98.53º | 1% | 0.81% | - |
| HSV(B) | 98.53º | 0.37% | 1% | - |
| XYZ | 64.35 | 85.53 | 46.37 | - |
| YUV | 225.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 160 | 0.24 | 0 | 0.37 | 0 | 98.53 | 1 | 0.81 |
| Hex | C2 | FF | A0 | 18 | 0 | 25 | 0 | 63 | 64 | 51 |
| Octal | 302 | 377 | 240 | 30 | 0 | 45 | 0 | 143 | 144 | 121 |
| Binary | 11000010 | 11111111 | 10100000 | 11000 | 0 | 100101 | 0 | 1100011 | 1100100 | 1010001 |
Color Harmonies of #C2FFA0
Complementary color
Monochromatic Colors of #C2FFA0
Black with #C2FFA0
Text Example
Text Example
White with #C2FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFA0; }
p { color: rgb(194,255,160); }
H1.HeaderClassName
{
color: #C2FFA0;
}
.AnyTagClassName
{
color: #C2FFA0;
}
</style>
background-color css
<style>
a { background-color: #C2FFA0; }
a { background-color: rgb(194,255,160); }
div.DivClassName
{
background-color: #C2FFA0;
}
.BgClassName
{
background-color: #C2FFA0;
}
</style>
border-color css
<style>
span { border-color: #C2FFA0; }
span { border-color: rgb(194,255,160); }
td.TdClassName
{
border-color: #C2FFA0;
}
.TagClassName
{
border-color: #C2FFA0;
}
</style>