Shades of Reef #C8FAA5
Tints of Reef #C8FAA5
RGB
CMYK
RGB Variations
Color information
#C8FAA5 (or 0xC8FAA5) is known color: Reef. HEX triplet: C8, FA and A5. RGB value is (200,250,165). Sum of RGB (Red+Green+Blue) = 200+250+165=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAA5 is #37055A. Grayscale: #E1E1E1. Windows color (decimal): -3605851 or 10877640. OLE color: 10877640.
HSL color Cylindrical-coordinate representation of color #C8FAA5: hue angle of 95.29º degrees, saturation: 0.89, 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 #C8FAA5 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 165 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.02 |
| HSL | 95.29º | 0.89% | 0.81% | - |
| HSV(B) | 95.29º | 0.34% | 0.98% | - |
| XYZ | 64.8 | 83.37 | 48.27 | - |
| YUV | 225.36 | 93.94 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 165 | 0.2 | 0 | 0.34 | 0.02 | 95.29 | 0.89 | 0.81 |
| Hex | C8 | FA | A5 | 14 | 0 | 22 | 2 | 5F | 59 | 51 |
| Octal | 310 | 372 | 245 | 24 | 0 | 42 | 2 | 137 | 131 | 121 |
| Binary | 11001000 | 11111010 | 10100101 | 10100 | 0 | 100010 | 10 | 1011111 | 1011001 | 1010001 |
Color Harmonies of #C8FAA5
Complementary color
Monochromatic Colors of #C8FAA5
Black with #C8FAA5
Text Example
Text Example
White with #C8FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAA5; }
p { color: rgb(200,250,165); }
H1.HeaderClassName
{
color: #C8FAA5;
}
.AnyTagClassName
{
color: #C8FAA5;
}
</style>
background-color css
<style>
a { background-color: #C8FAA5; }
a { background-color: rgb(200,250,165); }
div.DivClassName
{
background-color: #C8FAA5;
}
.BgClassName
{
background-color: #C8FAA5;
}
</style>
border-color css
<style>
span { border-color: #C8FAA5; }
span { border-color: rgb(200,250,165); }
td.TdClassName
{
border-color: #C8FAA5;
}
.TagClassName
{
border-color: #C8FAA5;
}
</style>