Shades of Celadon #A8EBB5
Tints of Celadon #A8EBB5
RGB
CMYK
RGB Variations
Color information
#A8EBB5 (or 0xA8EBB5) is known color: Celadon. HEX triplet: A8, EB and B5. RGB value is (168,235,181). Sum of RGB (Red+Green+Blue) = 168+235+181=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBB5 is #57144A. Grayscale: #D0D0D0. Windows color (decimal): -5706827 or 11922344. OLE color: 11922344.
HSL color Cylindrical-coordinate representation of color #A8EBB5: hue angle of 131.64º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBB5 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 181 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.08 |
| HSL | 131.64º | 0.63% | 0.79% | - |
| HSV(B) | 131.64º | 0.29% | 0.92% | - |
| XYZ | 54.2 | 71.08 | 54.58 | - |
| YUV | 208.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 181 | 0.29 | 0 | 0.23 | 0.08 | 131.64 | 0.63 | 0.79 |
| Hex | A8 | EB | B5 | 1D | 0 | 17 | 8 | 84 | 3F | 4F |
| Octal | 250 | 353 | 265 | 35 | 0 | 27 | 10 | 204 | 77 | 117 |
| Binary | 10101000 | 11101011 | 10110101 | 11101 | 0 | 10111 | 1000 | 10000100 | 111111 | 1001111 |
Color Harmonies of #A8EBB5
Complementary color
Monochromatic Colors of #A8EBB5
Black with #A8EBB5
Text Example
Text Example
White with #A8EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBB5; }
p { color: rgb(168,235,181); }
H1.HeaderClassName
{
color: #A8EBB5;
}
.AnyTagClassName
{
color: #A8EBB5;
}
</style>
background-color css
<style>
a { background-color: #A8EBB5; }
a { background-color: rgb(168,235,181); }
div.DivClassName
{
background-color: #A8EBB5;
}
.BgClassName
{
background-color: #A8EBB5;
}
</style>
border-color css
<style>
span { border-color: #A8EBB5; }
span { border-color: rgb(168,235,181); }
td.TdClassName
{
border-color: #A8EBB5;
}
.TagClassName
{
border-color: #A8EBB5;
}
</style>