Shades of Reef #C5FFA2
Tints of Reef #C5FFA2
RGB
CMYK
RGB Variations
Color information
#C5FFA2 (or 0xC5FFA2) is known color: Reef. HEX triplet: C5, FF and A2. RGB value is (197,255,162). Sum of RGB (Red+Green+Blue) = 197+255+162=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 162 (63.67% from 255 or 26.38% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFA2 is #3A005D. Grayscale: #E3E3E3. Windows color (decimal): -3801182 or 10682309. OLE color: 10682309.
HSL color Cylindrical-coordinate representation of color #C5FFA2: hue angle of 97.42º 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 #C5FFA2 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 162 | - |
| CMYK | 0.23 | 0 | 0.36 | 0 |
| HSL | 97.42º | 1% | 0.82% | - |
| HSV(B) | 97.42º | 0.36% | 1% | - |
| XYZ | 65.31 | 86 | 47.34 | - |
| YUV | 227.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 162 | 0.23 | 0 | 0.36 | 0 | 97.42 | 1 | 0.82 |
| Hex | C5 | FF | A2 | 17 | 0 | 24 | 0 | 61 | 64 | 52 |
| Octal | 305 | 377 | 242 | 27 | 0 | 44 | 0 | 141 | 144 | 122 |
| Binary | 11000101 | 11111111 | 10100010 | 10111 | 0 | 100100 | 0 | 1100001 | 1100100 | 1010010 |
Color Harmonies of #C5FFA2
Complementary color
Monochromatic Colors of #C5FFA2
Black with #C5FFA2
Text Example
Text Example
White with #C5FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFA2; }
p { color: rgb(197,255,162); }
H1.HeaderClassName
{
color: #C5FFA2;
}
.AnyTagClassName
{
color: #C5FFA2;
}
</style>
background-color css
<style>
a { background-color: #C5FFA2; }
a { background-color: rgb(197,255,162); }
div.DivClassName
{
background-color: #C5FFA2;
}
.BgClassName
{
background-color: #C5FFA2;
}
</style>
border-color css
<style>
span { border-color: #C5FFA2; }
span { border-color: rgb(197,255,162); }
td.TdClassName
{
border-color: #C5FFA2;
}
.TagClassName
{
border-color: #C5FFA2;
}
</style>