Shades of Reef #C8FBA1
Tints of Reef #C8FBA1
RGB
CMYK
RGB Variations
Color information
#C8FBA1 (or 0xC8FBA1) is known color: Reef. HEX triplet: C8, FB and A1. RGB value is (200,251,161). Sum of RGB (Red+Green+Blue) = 200+251+161=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FBA1 is #37045E. Grayscale: #E1E1E1. Windows color (decimal): -3605599 or 10615752. OLE color: 10615752.
HSL color Cylindrical-coordinate representation of color #C8FBA1: hue angle of 94º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8FBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 161 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.02 |
| HSL | 94º | 0.92% | 0.81% | - |
| HSV(B) | 94º | 0.36% | 0.98% | - |
| XYZ | 64.75 | 83.85 | 46.49 | - |
| YUV | 225.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 161 | 0.20 | 0 | 0.36 | 0.02 | 94 | 0.92 | 0.81 |
| Hex | C8 | FB | A1 | 14 | 0 | 24 | 2 | 5E | 5C | 51 |
| Octal | 310 | 373 | 241 | 24 | 0 | 44 | 2 | 136 | 134 | 121 |
| Binary | 11001000 | 11111011 | 10100001 | 10100 | 0 | 100100 | 10 | 1011110 | 1011100 | 1010001 |
Color Harmonies of #C8FBA1
Complementary color
Monochromatic Colors of #C8FBA1
Black with #C8FBA1
Text Example
Text Example
White with #C8FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBA1; }
p { color: rgb(200,251,161); }
H1.HeaderClassName
{
color: #C8FBA1;
}
.AnyTagClassName
{
color: #C8FBA1;
}
</style>
background-color css
<style>
a { background-color: #C8FBA1; }
a { background-color: rgb(200,251,161); }
div.DivClassName
{
background-color: #C8FBA1;
}
.BgClassName
{
background-color: #C8FBA1;
}
</style>
border-color css
<style>
span { border-color: #C8FBA1; }
span { border-color: rgb(200,251,161); }
td.TdClassName
{
border-color: #C8FBA1;
}
.TagClassName
{
border-color: #C8FBA1;
}
</style>