Shades of Celadon #ADFFB6
Tints of Celadon #ADFFB6
RGB
CMYK
RGB Variations
Color information
#ADFFB6 (or 0xADFFB6) is known color: Celadon. HEX triplet: AD, FF and B6. RGB value is (173,255,182). Sum of RGB (Red+Green+Blue) = 173+255+182=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFB6 is #520049. Grayscale: #DEDEDE. Windows color (decimal): -5374026 or 11993005. OLE color: 11993005.
HSL color Cylindrical-coordinate representation of color #ADFFB6: hue angle of 126.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFB6 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 182 | - |
| CMYK | 0.32 | 0 | 0.29 | 0 |
| HSL | 126.59º | 1% | 0.84% | - |
| HSV(B) | 126.59º | 0.32% | 1% | - |
| XYZ | 61.44 | 83.78 | 57.19 | - |
| YUV | 222.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 182 | 0.32 | 0 | 0.29 | 0 | 126.59 | 1 | 0.84 |
| Hex | AD | FF | B6 | 20 | 0 | 1D | 0 | 7F | 64 | 54 |
| Octal | 255 | 377 | 266 | 40 | 0 | 35 | 0 | 177 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10110110 | 100000 | 0 | 11101 | 0 | 1111111 | 1100100 | 1010100 |
Color Harmonies of #ADFFB6
Complementary color
Monochromatic Colors of #ADFFB6
Black with #ADFFB6
Text Example
Text Example
White with #ADFFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFB6; }
p { color: rgb(173,255,182); }
H1.HeaderClassName
{
color: #ADFFB6;
}
.AnyTagClassName
{
color: #ADFFB6;
}
</style>
background-color css
<style>
a { background-color: #ADFFB6; }
a { background-color: rgb(173,255,182); }
div.DivClassName
{
background-color: #ADFFB6;
}
.BgClassName
{
background-color: #ADFFB6;
}
</style>
border-color css
<style>
span { border-color: #ADFFB6; }
span { border-color: rgb(173,255,182); }
td.TdClassName
{
border-color: #ADFFB6;
}
.TagClassName
{
border-color: #ADFFB6;
}
</style>