Shades of Celadon #ADE7B5
Tints of Celadon #ADE7B5
RGB
CMYK
RGB Variations
Color information
#ADE7B5 (or 0xADE7B5) is known color: Celadon. HEX triplet: AD, E7 and B5. RGB value is (173,231,181). Sum of RGB (Red+Green+Blue) = 173+231+181=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7B5 is #52184A. Grayscale: #D0D0D0. Windows color (decimal): -5380171 or 11921325. OLE color: 11921325.
HSL color Cylindrical-coordinate representation of color #ADE7B5: hue angle of 128.28º degrees, saturation: 0.55, 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 #ADE7B5 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 231 | 181 | - |
CMYK | 0.25 | 0 | 0.22 | 0.09 |
HSL | 128.28º | 0.55% | 0.79% | - |
HSV(B) | 128.28º | 0.25% | 0.91% | - |
XYZ | 54.15 | 69.37 | 54.25 | - |
YUV | 207.96 | 112.78 | 103.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 231 | 181 | 0.25 | 0 | 0.22 | 0.09 | 128.28 | 0.55 | 0.79 |
Hex | AD | E7 | B5 | 19 | 0 | 16 | 9 | 80 | 37 | 4F |
Octal | 255 | 347 | 265 | 31 | 0 | 26 | 11 | 200 | 67 | 117 |
Binary | 10101101 | 11100111 | 10110101 | 11001 | 0 | 10110 | 1001 | 10000000 | 110111 | 1001111 |
Color Harmonies of #ADE7B5
Complementary color
Monochromatic Colors of #ADE7B5
Black with #ADE7B5
Text Example
Text Example
White with #ADE7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7B5; }
p { color: rgb(173,231,181); }
H1.HeaderClassName
{
color: #ADE7B5;
}
.AnyTagClassName
{
color: #ADE7B5;
}
</style>
background-color css
<style>
a { background-color: #ADE7B5; }
a { background-color: rgb(173,231,181); }
div.DivClassName
{
background-color: #ADE7B5;
}
.BgClassName
{
background-color: #ADE7B5;
}
</style>
border-color css
<style>
span { border-color: #ADE7B5; }
span { border-color: rgb(173,231,181); }
td.TdClassName
{
border-color: #ADE7B5;
}
.TagClassName
{
border-color: #ADE7B5;
}
</style>