Shades of Celadon #A8F6B2
Tints of Celadon #A8F6B2
RGB
CMYK
RGB Variations
Color information
#A8F6B2 (or 0xA8F6B2) is known color: Celadon. HEX triplet: A8, F6 and B2. RGB value is (168,246,178). Sum of RGB (Red+Green+Blue) = 168+246+178=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F6B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F6B2 is #57094D. Grayscale: #D7D7D7. Windows color (decimal): -5704014 or 11728552. OLE color: 11728552.
HSL color Cylindrical-coordinate representation of color #A8F6B2: hue angle of 127.69º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F6B2 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 246 | 178 | - |
CMYK | 0.32 | 0 | 0.28 | 0.04 |
HSL | 127.69º | 0.81% | 0.81% | - |
HSV(B) | 127.69º | 0.32% | 0.96% | - |
XYZ | 57.14 | 77.45 | 54.06 | - |
YUV | 214.93 | 107.16 | 94.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 246 | 178 | 0.32 | 0 | 0.28 | 0.04 | 127.69 | 0.81 | 0.81 |
Hex | A8 | F6 | B2 | 20 | 0 | 1C | 4 | 80 | 51 | 51 |
Octal | 250 | 366 | 262 | 40 | 0 | 34 | 4 | 200 | 121 | 121 |
Binary | 10101000 | 11110110 | 10110010 | 100000 | 0 | 11100 | 100 | 10000000 | 1010001 | 1010001 |
Color Harmonies of #A8F6B2
Complementary color
Monochromatic Colors of #A8F6B2
Black with #A8F6B2
Text Example
Text Example
White with #A8F6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6B2; }
p { color: rgb(168,246,178); }
H1.HeaderClassName
{
color: #A8F6B2;
}
.AnyTagClassName
{
color: #A8F6B2;
}
</style>
background-color css
<style>
a { background-color: #A8F6B2; }
a { background-color: rgb(168,246,178); }
div.DivClassName
{
background-color: #A8F6B2;
}
.BgClassName
{
background-color: #A8F6B2;
}
</style>
border-color css
<style>
span { border-color: #A8F6B2; }
span { border-color: rgb(168,246,178); }
td.TdClassName
{
border-color: #A8F6B2;
}
.TagClassName
{
border-color: #A8F6B2;
}
</style>