Shades of Reef #C8FBA4
Tints of Reef #C8FBA4
RGB
CMYK
RGB Variations
Color information
#C8FBA4 (or 0xC8FBA4) is known color: Reef. HEX triplet: C8, FB and A4. RGB value is (200,251,164). Sum of RGB (Red+Green+Blue) = 200+251+164=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FBA4 is #37045B. Grayscale: #E2E2E2. Windows color (decimal): -3605596 or 10812360. OLE color: 10812360.
HSL color Cylindrical-coordinate representation of color #C8FBA4: hue angle of 95.17º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8FBA4 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 164 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.02 |
| HSL | 95.17º | 0.92% | 0.81% | - |
| HSV(B) | 95.17º | 0.35% | 0.98% | - |
| XYZ | 65.02 | 83.95 | 47.9 | - |
| YUV | 225.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 164 | 0.20 | 0 | 0.35 | 0.02 | 95.17 | 0.92 | 0.81 |
| Hex | C8 | FB | A4 | 14 | 0 | 23 | 2 | 5F | 5C | 51 |
| Octal | 310 | 373 | 244 | 24 | 0 | 43 | 2 | 137 | 134 | 121 |
| Binary | 11001000 | 11111011 | 10100100 | 10100 | 0 | 100011 | 10 | 1011111 | 1011100 | 1010001 |
Color Harmonies of #C8FBA4
Complementary color
Monochromatic Colors of #C8FBA4
Black with #C8FBA4
Text Example
Text Example
White with #C8FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBA4; }
p { color: rgb(200,251,164); }
H1.HeaderClassName
{
color: #C8FBA4;
}
.AnyTagClassName
{
color: #C8FBA4;
}
</style>
background-color css
<style>
a { background-color: #C8FBA4; }
a { background-color: rgb(200,251,164); }
div.DivClassName
{
background-color: #C8FBA4;
}
.BgClassName
{
background-color: #C8FBA4;
}
</style>
border-color css
<style>
span { border-color: #C8FBA4; }
span { border-color: rgb(200,251,164); }
td.TdClassName
{
border-color: #C8FBA4;
}
.TagClassName
{
border-color: #C8FBA4;
}
</style>