Shades of Celadon #ADFDB5
Tints of Celadon #ADFDB5
RGB
CMYK
RGB Variations
Color information
#ADFDB5 (or 0xADFDB5) is known color: Celadon. HEX triplet: AD, FD and B5. RGB value is (173,253,181). Sum of RGB (Red+Green+Blue) = 173+253+181=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB5 is #52024A. Grayscale: #DDDDDD. Windows color (decimal): -5374539 or 11926957. OLE color: 11926957.
HSL color Cylindrical-coordinate representation of color #ADFDB5: hue angle of 126º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDB5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 181 | - |
CMYK | 0.32 | 0 | 0.28 | 0.01 |
HSL | 126º | 0.95% | 0.84% | - |
HSV(B) | 126º | 0.32% | 0.99% | - |
XYZ | 60.7 | 82.47 | 56.44 | - |
YUV | 220.87 | 105.5 | 93.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 181 | 0.32 | 0 | 0.28 | 0.01 | 126 | 0.95 | 0.84 |
Hex | AD | FD | B5 | 20 | 0 | 1C | 1 | 7E | 5F | 54 |
Octal | 255 | 375 | 265 | 40 | 0 | 34 | 1 | 176 | 137 | 124 |
Binary | 10101101 | 11111101 | 10110101 | 100000 | 0 | 11100 | 1 | 1111110 | 1011111 | 1010100 |
Color Harmonies of #ADFDB5
Complementary color
Monochromatic Colors of #ADFDB5
Black with #ADFDB5
Text Example
Text Example
White with #ADFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB5; }
p { color: rgb(173,253,181); }
H1.HeaderClassName
{
color: #ADFDB5;
}
.AnyTagClassName
{
color: #ADFDB5;
}
</style>
background-color css
<style>
a { background-color: #ADFDB5; }
a { background-color: rgb(173,253,181); }
div.DivClassName
{
background-color: #ADFDB5;
}
.BgClassName
{
background-color: #ADFDB5;
}
</style>
border-color css
<style>
span { border-color: #ADFDB5; }
span { border-color: rgb(173,253,181); }
td.TdClassName
{
border-color: #ADFDB5;
}
.TagClassName
{
border-color: #ADFDB5;
}
</style>