Shades of Reef #C4FFA1
Tints of Reef #C4FFA1
RGB
CMYK
RGB Variations
Color information
#C4FFA1 (or 0xC4FFA1) is known color: Reef. HEX triplet: C4, FF and A1. RGB value is (196,255,161). Sum of RGB (Red+Green+Blue) = 196+255+161=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FFA1 is #3B005E. Grayscale: #E2E2E2. Windows color (decimal): -3866719 or 10616772. OLE color: 10616772.
HSL color Cylindrical-coordinate representation of color #C4FFA1: hue angle of 97.66º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4FFA1 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 161 | - |
| CMYK | 0.23 | 0 | 0.37 | 0 |
| HSL | 97.66º | 1% | 0.82% | - |
| HSV(B) | 97.66º | 0.37% | 1% | - |
| XYZ | 64.96 | 85.83 | 46.86 | - |
| YUV | 226.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 161 | 0.23 | 0 | 0.37 | 0 | 97.66 | 1 | 0.82 |
| Hex | C4 | FF | A1 | 17 | 0 | 25 | 0 | 62 | 64 | 52 |
| Octal | 304 | 377 | 241 | 27 | 0 | 45 | 0 | 142 | 144 | 122 |
| Binary | 11000100 | 11111111 | 10100001 | 10111 | 0 | 100101 | 0 | 1100010 | 1100100 | 1010010 |
Color Harmonies of #C4FFA1
Complementary color
Monochromatic Colors of #C4FFA1
Black with #C4FFA1
Text Example
Text Example
White with #C4FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFA1; }
p { color: rgb(196,255,161); }
H1.HeaderClassName
{
color: #C4FFA1;
}
.AnyTagClassName
{
color: #C4FFA1;
}
</style>
background-color css
<style>
a { background-color: #C4FFA1; }
a { background-color: rgb(196,255,161); }
div.DivClassName
{
background-color: #C4FFA1;
}
.BgClassName
{
background-color: #C4FFA1;
}
</style>
border-color css
<style>
span { border-color: #C4FFA1; }
span { border-color: rgb(196,255,161); }
td.TdClassName
{
border-color: #C4FFA1;
}
.TagClassName
{
border-color: #C4FFA1;
}
</style>