Shades of Reef #C8FAA4
Tints of Reef #C8FAA4
RGB
CMYK
RGB Variations
Color information
#C8FAA4 (or 0xC8FAA4) is known color: Reef. HEX triplet: C8, FA and A4. RGB value is (200,250,164). Sum of RGB (Red+Green+Blue) = 200+250+164=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAA4 is #37055B. Grayscale: #E1E1E1. Windows color (decimal): -3605852 or 10812104. OLE color: 10812104.
HSL color Cylindrical-coordinate representation of color #C8FAA4: hue angle of 94.88º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8FAA4 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 164 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.02 |
| HSL | 94.88º | 0.9% | 0.81% | - |
| HSV(B) | 94.88º | 0.34% | 0.98% | - |
| XYZ | 64.71 | 83.33 | 47.8 | - |
| YUV | 225.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 164 | 0.2 | 0 | 0.34 | 0.02 | 94.88 | 0.9 | 0.81 |
| Hex | C8 | FA | A4 | 14 | 0 | 22 | 2 | 5F | 5A | 51 |
| Octal | 310 | 372 | 244 | 24 | 0 | 42 | 2 | 137 | 132 | 121 |
| Binary | 11001000 | 11111010 | 10100100 | 10100 | 0 | 100010 | 10 | 1011111 | 1011010 | 1010001 |
Color Harmonies of #C8FAA4
Complementary color
Monochromatic Colors of #C8FAA4
Black with #C8FAA4
Text Example
Text Example
White with #C8FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAA4; }
p { color: rgb(200,250,164); }
H1.HeaderClassName
{
color: #C8FAA4;
}
.AnyTagClassName
{
color: #C8FAA4;
}
</style>
background-color css
<style>
a { background-color: #C8FAA4; }
a { background-color: rgb(200,250,164); }
div.DivClassName
{
background-color: #C8FAA4;
}
.BgClassName
{
background-color: #C8FAA4;
}
</style>
border-color css
<style>
span { border-color: #C8FAA4; }
span { border-color: rgb(200,250,164); }
td.TdClassName
{
border-color: #C8FAA4;
}
.TagClassName
{
border-color: #C8FAA4;
}
</style>