Shades of Celadon #ADFDB2
Tints of Celadon #ADFDB2
RGB
CMYK
RGB Variations
Color information
#ADFDB2 (or 0xADFDB2) is known color: Celadon. HEX triplet: AD, FD and B2. RGB value is (173,253,178). Sum of RGB (Red+Green+Blue) = 173+253+178=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFDB2 is #52024D. Grayscale: #DCDCDC. Windows color (decimal): -5374542 or 11730349. OLE color: 11730349.
HSL color Cylindrical-coordinate representation of color #ADFDB2: hue angle of 123.75º 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 #ADFDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 253 | 178 | - |
CMYK | 0.32 | 0 | 0.30 | 0.01 |
HSL | 123.75º | 0.95% | 0.84% | - |
HSV(B) | 123.75º | 0.32% | 0.99% | - |
XYZ | 60.39 | 82.35 | 54.83 | - |
YUV | 220.53 | 104 | 94.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 253 | 178 | 0.32 | 0 | 0.30 | 0.01 | 123.75 | 0.95 | 0.84 |
Hex | AD | FD | B2 | 20 | 0 | 1E | 1 | 7C | 5F | 54 |
Octal | 255 | 375 | 262 | 40 | 0 | 36 | 1 | 174 | 137 | 124 |
Binary | 10101101 | 11111101 | 10110010 | 100000 | 0 | 11110 | 1 | 1111100 | 1011111 | 1010100 |
Color Harmonies of #ADFDB2
Complementary color
Monochromatic Colors of #ADFDB2
Black with #ADFDB2
Text Example
Text Example
White with #ADFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB2; }
p { color: rgb(173,253,178); }
H1.HeaderClassName
{
color: #ADFDB2;
}
.AnyTagClassName
{
color: #ADFDB2;
}
</style>
background-color css
<style>
a { background-color: #ADFDB2; }
a { background-color: rgb(173,253,178); }
div.DivClassName
{
background-color: #ADFDB2;
}
.BgClassName
{
background-color: #ADFDB2;
}
</style>
border-color css
<style>
span { border-color: #ADFDB2; }
span { border-color: rgb(173,253,178); }
td.TdClassName
{
border-color: #ADFDB2;
}
.TagClassName
{
border-color: #ADFDB2;
}
</style>