Shades of Celadon #A8EAB3
Tints of Celadon #A8EAB3
RGB
CMYK
RGB Variations
Color information
#A8EAB3 (or 0xA8EAB3) is known color: Celadon. HEX triplet: A8, EA and B3. RGB value is (168,234,179). Sum of RGB (Red+Green+Blue) = 168+234+179=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAB3 is #57154C. Grayscale: #D0D0D0. Windows color (decimal): -5707085 or 11791016. OLE color: 11791016.
HSL color Cylindrical-coordinate representation of color #A8EAB3: hue angle of 130º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAB3 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 179 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.08 |
| HSL | 130º | 0.61% | 0.79% | - |
| HSV(B) | 130º | 0.28% | 0.92% | - |
| XYZ | 53.71 | 70.43 | 53.41 | - |
| YUV | 208 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 179 | 0.28 | 0 | 0.24 | 0.08 | 130 | 0.61 | 0.79 |
| Hex | A8 | EA | B3 | 1C | 0 | 18 | 8 | 82 | 3D | 4F |
| Octal | 250 | 352 | 263 | 34 | 0 | 30 | 10 | 202 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10110011 | 11100 | 0 | 11000 | 1000 | 10000010 | 111101 | 1001111 |
Color Harmonies of #A8EAB3
Complementary color
Monochromatic Colors of #A8EAB3
Black with #A8EAB3
Text Example
Text Example
White with #A8EAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAB3; }
p { color: rgb(168,234,179); }
H1.HeaderClassName
{
color: #A8EAB3;
}
.AnyTagClassName
{
color: #A8EAB3;
}
</style>
background-color css
<style>
a { background-color: #A8EAB3; }
a { background-color: rgb(168,234,179); }
div.DivClassName
{
background-color: #A8EAB3;
}
.BgClassName
{
background-color: #A8EAB3;
}
</style>
border-color css
<style>
span { border-color: #A8EAB3; }
span { border-color: rgb(168,234,179); }
td.TdClassName
{
border-color: #A8EAB3;
}
.TagClassName
{
border-color: #A8EAB3;
}
</style>