Shades of Reef #C8F7A8
Tints of Reef #C8F7A8
RGB
CMYK
RGB Variations
Color information
#C8F7A8 (or 0xC8F7A8) is known color: Reef. HEX triplet: C8, F7 and A8. RGB value is (200,247,168). Sum of RGB (Red+Green+Blue) = 200+247+168=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 247 (96.88% from 255 or 40.16% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F7A8 is #370857. Grayscale: #E0E0E0. Windows color (decimal): -3606616 or 11073480. OLE color: 11073480.
HSL color Cylindrical-coordinate representation of color #C8F7A8: hue angle of 95.7º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8F7A8 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
RGB | 200 | 247 | 168 | - |
CMYK | 0.19 | 0 | 0.32 | 0.03 |
HSL | 95.7º | 0.83% | 0.81% | - |
HSV(B) | 95.7º | 0.32% | 0.97% | - |
XYZ | 64.15 | 81.63 | 49.42 | - |
YUV | 223.94 | 96.43 | 110.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 247 | 168 | 0.19 | 0 | 0.32 | 0.03 | 95.7 | 0.83 | 0.81 |
Hex | C8 | F7 | A8 | 13 | 0 | 20 | 3 | 60 | 53 | 51 |
Octal | 310 | 367 | 250 | 23 | 0 | 40 | 3 | 140 | 123 | 121 |
Binary | 11001000 | 11110111 | 10101000 | 10011 | 0 | 100000 | 11 | 1100000 | 1010011 | 1010001 |
Color Harmonies of #C8F7A8
Complementary color
Monochromatic Colors of #C8F7A8
Black with #C8F7A8
Text Example
Text Example
White with #C8F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7A8; }
p { color: rgb(200,247,168); }
H1.HeaderClassName
{
color: #C8F7A8;
}
.AnyTagClassName
{
color: #C8F7A8;
}
</style>
background-color css
<style>
a { background-color: #C8F7A8; }
a { background-color: rgb(200,247,168); }
div.DivClassName
{
background-color: #C8F7A8;
}
.BgClassName
{
background-color: #C8F7A8;
}
</style>
border-color css
<style>
span { border-color: #C8F7A8; }
span { border-color: rgb(200,247,168); }
td.TdClassName
{
border-color: #C8F7A8;
}
.TagClassName
{
border-color: #C8F7A8;
}
</style>