Shades of Celadon #ADE8B5
Tints of Celadon #ADE8B5
RGB
CMYK
RGB Variations
Color information
#ADE8B5 (or 0xADE8B5) is known color: Celadon. HEX triplet: AD, E8 and B5. RGB value is (173,232,181). Sum of RGB (Red+Green+Blue) = 173+232+181=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8B5 is #52174A. Grayscale: #D0D0D0. Windows color (decimal): -5379915 or 11921581. OLE color: 11921581.
HSL color Cylindrical-coordinate representation of color #ADE8B5: hue angle of 128.14º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8B5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 232 | 181 | - |
CMYK | 0.25 | 0 | 0.22 | 0.09 |
HSL | 128.14º | 0.56% | 0.79% | - |
HSV(B) | 128.14º | 0.25% | 0.91% | - |
XYZ | 54.43 | 69.93 | 54.35 | - |
YUV | 208.55 | 112.45 | 102.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 232 | 181 | 0.25 | 0 | 0.22 | 0.09 | 128.14 | 0.56 | 0.79 |
Hex | AD | E8 | B5 | 19 | 0 | 16 | 9 | 80 | 38 | 4F |
Octal | 255 | 350 | 265 | 31 | 0 | 26 | 11 | 200 | 70 | 117 |
Binary | 10101101 | 11101000 | 10110101 | 11001 | 0 | 10110 | 1001 | 10000000 | 111000 | 1001111 |
Color Harmonies of #ADE8B5
Complementary color
Monochromatic Colors of #ADE8B5
Black with #ADE8B5
Text Example
Text Example
White with #ADE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8B5; }
p { color: rgb(173,232,181); }
H1.HeaderClassName
{
color: #ADE8B5;
}
.AnyTagClassName
{
color: #ADE8B5;
}
</style>
background-color css
<style>
a { background-color: #ADE8B5; }
a { background-color: rgb(173,232,181); }
div.DivClassName
{
background-color: #ADE8B5;
}
.BgClassName
{
background-color: #ADE8B5;
}
</style>
border-color css
<style>
span { border-color: #ADE8B5; }
span { border-color: rgb(173,232,181); }
td.TdClassName
{
border-color: #ADE8B5;
}
.TagClassName
{
border-color: #ADE8B5;
}
</style>