Shades of Celadon #A8F7B5
Tints of Celadon #A8F7B5
RGB
CMYK
RGB Variations
Color information
#A8F7B5 (or 0xA8F7B5) is known color: Celadon. HEX triplet: A8, F7 and B5. RGB value is (168,247,181). Sum of RGB (Red+Green+Blue) = 168+247+181=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7B5 is #57084A. Grayscale: #D8D8D8. Windows color (decimal): -5703755 or 11925416. OLE color: 11925416.
HSL color Cylindrical-coordinate representation of color #A8F7B5: hue angle of 129.87º 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 #A8F7B5 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 168 | 247 | 181 | - |
CMYK | 0.32 | 0 | 0.27 | 0.03 |
HSL | 129.87º | 0.83% | 0.81% | - |
HSV(B) | 129.87º | 0.32% | 0.97% | - |
XYZ | 57.75 | 78.18 | 55.76 | - |
YUV | 215.86 | 108.33 | 93.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 247 | 181 | 0.32 | 0 | 0.27 | 0.03 | 129.87 | 0.83 | 0.81 |
Hex | A8 | F7 | B5 | 20 | 0 | 1B | 3 | 82 | 53 | 51 |
Octal | 250 | 367 | 265 | 40 | 0 | 33 | 3 | 202 | 123 | 121 |
Binary | 10101000 | 11110111 | 10110101 | 100000 | 0 | 11011 | 11 | 10000010 | 1010011 | 1010001 |
Color Harmonies of #A8F7B5
Complementary color
Monochromatic Colors of #A8F7B5
Black with #A8F7B5
Text Example
Text Example
White with #A8F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7B5; }
p { color: rgb(168,247,181); }
H1.HeaderClassName
{
color: #A8F7B5;
}
.AnyTagClassName
{
color: #A8F7B5;
}
</style>
background-color css
<style>
a { background-color: #A8F7B5; }
a { background-color: rgb(168,247,181); }
div.DivClassName
{
background-color: #A8F7B5;
}
.BgClassName
{
background-color: #A8F7B5;
}
</style>
border-color css
<style>
span { border-color: #A8F7B5; }
span { border-color: rgb(168,247,181); }
td.TdClassName
{
border-color: #A8F7B5;
}
.TagClassName
{
border-color: #A8F7B5;
}
</style>