Shades of Celadon #A8F7B0
Tints of Celadon #A8F7B0
RGB
CMYK
RGB Variations
Color information
#A8F7B0 (or 0xA8F7B0) is known color: Celadon. HEX triplet: A8, F7 and B0. RGB value is (168,247,176). Sum of RGB (Red+Green+Blue) = 168+247+176=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F7B0 is #57084F. Grayscale: #D7D7D7. Windows color (decimal): -5703760 or 11597736. OLE color: 11597736.
HSL color Cylindrical-coordinate representation of color #A8F7B0: hue angle of 126.08º 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 #A8F7B0 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
RGB | 168 | 247 | 176 | - |
CMYK | 0.32 | 0 | 0.29 | 0.03 |
HSL | 126.08º | 0.83% | 0.81% | - |
HSV(B) | 126.08º | 0.32% | 0.97% | - |
XYZ | 57.25 | 77.98 | 53.11 | - |
YUV | 215.29 | 105.83 | 94.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 247 | 176 | 0.32 | 0 | 0.29 | 0.03 | 126.08 | 0.83 | 0.81 |
Hex | A8 | F7 | B0 | 20 | 0 | 1D | 3 | 7E | 53 | 51 |
Octal | 250 | 367 | 260 | 40 | 0 | 35 | 3 | 176 | 123 | 121 |
Binary | 10101000 | 11110111 | 10110000 | 100000 | 0 | 11101 | 11 | 1111110 | 1010011 | 1010001 |
Color Harmonies of #A8F7B0
Complementary color
Monochromatic Colors of #A8F7B0
Black with #A8F7B0
Text Example
Text Example
White with #A8F7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7B0; }
p { color: rgb(168,247,176); }
H1.HeaderClassName
{
color: #A8F7B0;
}
.AnyTagClassName
{
color: #A8F7B0;
}
</style>
background-color css
<style>
a { background-color: #A8F7B0; }
a { background-color: rgb(168,247,176); }
div.DivClassName
{
background-color: #A8F7B0;
}
.BgClassName
{
background-color: #A8F7B0;
}
</style>
border-color css
<style>
span { border-color: #A8F7B0; }
span { border-color: rgb(168,247,176); }
td.TdClassName
{
border-color: #A8F7B0;
}
.TagClassName
{
border-color: #A8F7B0;
}
</style>