Shades of Reef #C8FFA4
Tints of Reef #C8FFA4
RGB
CMYK
RGB Variations
Color information
#C8FFA4 (or 0xC8FFA4) is known color: Reef. HEX triplet: C8, FF and A4. RGB value is (200,255,164). Sum of RGB (Red+Green+Blue) = 200+255+164=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 164 (64.45% from 255 or 26.49% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFA4 is #37005B. Grayscale: #E4E4E4. Windows color (decimal): -3604572 or 10813384. OLE color: 10813384.
HSL color Cylindrical-coordinate representation of color #C8FFA4: hue angle of 96.26º 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 #C8FFA4 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 164 | - |
| CMYK | 0.22 | 0 | 0.36 | 0 |
| HSL | 96.26º | 1% | 0.82% | - |
| HSV(B) | 96.26º | 0.36% | 1% | - |
| XYZ | 66.28 | 86.48 | 48.32 | - |
| YUV | 228.18 | 91.78 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 164 | 0.22 | 0 | 0.36 | 0 | 96.26 | 1 | 0.82 |
| Hex | C8 | FF | A4 | 16 | 0 | 24 | 0 | 60 | 64 | 52 |
| Octal | 310 | 377 | 244 | 26 | 0 | 44 | 0 | 140 | 144 | 122 |
| Binary | 11001000 | 11111111 | 10100100 | 10110 | 0 | 100100 | 0 | 1100000 | 1100100 | 1010010 |
Color Harmonies of #C8FFA4
Complementary color
Monochromatic Colors of #C8FFA4
Black with #C8FFA4
Text Example
Text Example
White with #C8FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFA4; }
p { color: rgb(200,255,164); }
H1.HeaderClassName
{
color: #C8FFA4;
}
.AnyTagClassName
{
color: #C8FFA4;
}
</style>
background-color css
<style>
a { background-color: #C8FFA4; }
a { background-color: rgb(200,255,164); }
div.DivClassName
{
background-color: #C8FFA4;
}
.BgClassName
{
background-color: #C8FFA4;
}
</style>
border-color css
<style>
span { border-color: #C8FFA4; }
span { border-color: rgb(200,255,164); }
td.TdClassName
{
border-color: #C8FFA4;
}
.TagClassName
{
border-color: #C8FFA4;
}
</style>