Shades of Reef #C8FFA2
Tints of Reef #C8FFA2
RGB
CMYK
RGB Variations
Color information
#C8FFA2 (or 0xC8FFA2) is known color: Reef. HEX triplet: C8, FF and A2. RGB value is (200,255,162). Sum of RGB (Red+Green+Blue) = 200+255+162=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFA2 is #37005D. Grayscale: #E4E4E4. Windows color (decimal): -3604574 or 10682312. OLE color: 10682312.
HSL color Cylindrical-coordinate representation of color #C8FFA2: hue angle of 95.48º 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 #C8FFA2 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 162 | - |
| CMYK | 0.22 | 0 | 0.36 | 0 |
| HSL | 95.48º | 1% | 0.82% | - |
| HSV(B) | 95.48º | 0.36% | 1% | - |
| XYZ | 66.1 | 86.41 | 47.38 | - |
| YUV | 227.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 162 | 0.22 | 0 | 0.36 | 0 | 95.48 | 1 | 0.82 |
| Hex | C8 | FF | A2 | 16 | 0 | 24 | 0 | 5F | 64 | 52 |
| Octal | 310 | 377 | 242 | 26 | 0 | 44 | 0 | 137 | 144 | 122 |
| Binary | 11001000 | 11111111 | 10100010 | 10110 | 0 | 100100 | 0 | 1011111 | 1100100 | 1010010 |
Color Harmonies of #C8FFA2
Complementary color
Monochromatic Colors of #C8FFA2
Black with #C8FFA2
Text Example
Text Example
White with #C8FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFA2; }
p { color: rgb(200,255,162); }
H1.HeaderClassName
{
color: #C8FFA2;
}
.AnyTagClassName
{
color: #C8FFA2;
}
</style>
background-color css
<style>
a { background-color: #C8FFA2; }
a { background-color: rgb(200,255,162); }
div.DivClassName
{
background-color: #C8FFA2;
}
.BgClassName
{
background-color: #C8FFA2;
}
</style>
border-color css
<style>
span { border-color: #C8FFA2; }
span { border-color: rgb(200,255,162); }
td.TdClassName
{
border-color: #C8FFA2;
}
.TagClassName
{
border-color: #C8FFA2;
}
</style>