Shades of Celadon #A8E1B2
Tints of Celadon #A8E1B2
RGB
CMYK
RGB Variations
Color information
#A8E1B2 (or 0xA8E1B2) is known color: Celadon. HEX triplet: A8, E1 and B2. RGB value is (168,225,178). Sum of RGB (Red+Green+Blue) = 168+225+178=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E1B2 is #571E4D. Grayscale: #CACACA. Windows color (decimal): -5709390 or 11723176. OLE color: 11723176.
HSL color Cylindrical-coordinate representation of color #A8E1B2: hue angle of 130.53º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1B2 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 178 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.12 |
| HSL | 130.53º | 0.49% | 0.77% | - |
| HSV(B) | 130.53º | 0.25% | 0.88% | - |
| XYZ | 51.11 | 65.39 | 52.05 | - |
| YUV | 202.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 178 | 0.25 | 0 | 0.21 | 0.12 | 130.53 | 0.49 | 0.77 |
| Hex | A8 | E1 | B2 | 19 | 0 | 15 | C | 83 | 31 | 4D |
| Octal | 250 | 341 | 262 | 31 | 0 | 25 | 14 | 203 | 61 | 115 |
| Binary | 10101000 | 11100001 | 10110010 | 11001 | 0 | 10101 | 1100 | 10000011 | 110001 | 1001101 |
Color Harmonies of #A8E1B2
Complementary color
Monochromatic Colors of #A8E1B2
Black with #A8E1B2
Text Example
Text Example
White with #A8E1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1B2; }
p { color: rgb(168,225,178); }
H1.HeaderClassName
{
color: #A8E1B2;
}
.AnyTagClassName
{
color: #A8E1B2;
}
</style>
background-color css
<style>
a { background-color: #A8E1B2; }
a { background-color: rgb(168,225,178); }
div.DivClassName
{
background-color: #A8E1B2;
}
.BgClassName
{
background-color: #A8E1B2;
}
</style>
border-color css
<style>
span { border-color: #A8E1B2; }
span { border-color: rgb(168,225,178); }
td.TdClassName
{
border-color: #A8E1B2;
}
.TagClassName
{
border-color: #A8E1B2;
}
</style>