Shades of Celadon #ADEFB1
Tints of Celadon #ADEFB1
RGB
CMYK
RGB Variations
Color information
#ADEFB1 (or 0xADEFB1) is known color: Celadon. HEX triplet: AD, EF and B1. RGB value is (173,239,177). Sum of RGB (Red+Green+Blue) = 173+239+177=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEFB1 is #52104E. Grayscale: #D4D4D4. Windows color (decimal): -5378127 or 11661229. OLE color: 11661229.
HSL color Cylindrical-coordinate representation of color #ADEFB1: hue angle of 123.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFB1 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 177 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.06 |
| HSL | 123.64º | 0.67% | 0.81% | - |
| HSV(B) | 123.64º | 0.28% | 0.94% | - |
| XYZ | 56.04 | 73.79 | 52.88 | - |
| YUV | 212.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 177 | 0.28 | 0 | 0.26 | 0.06 | 123.64 | 0.67 | 0.81 |
| Hex | AD | EF | B1 | 1C | 0 | 1A | 6 | 7C | 43 | 51 |
| Octal | 255 | 357 | 261 | 34 | 0 | 32 | 6 | 174 | 103 | 121 |
| Binary | 10101101 | 11101111 | 10110001 | 11100 | 0 | 11010 | 110 | 1111100 | 1000011 | 1010001 |
Color Harmonies of #ADEFB1
Complementary color
Monochromatic Colors of #ADEFB1
Black with #ADEFB1
Text Example
Text Example
White with #ADEFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFB1; }
p { color: rgb(173,239,177); }
H1.HeaderClassName
{
color: #ADEFB1;
}
.AnyTagClassName
{
color: #ADEFB1;
}
</style>
background-color css
<style>
a { background-color: #ADEFB1; }
a { background-color: rgb(173,239,177); }
div.DivClassName
{
background-color: #ADEFB1;
}
.BgClassName
{
background-color: #ADEFB1;
}
</style>
border-color css
<style>
span { border-color: #ADEFB1; }
span { border-color: rgb(173,239,177); }
td.TdClassName
{
border-color: #ADEFB1;
}
.TagClassName
{
border-color: #ADEFB1;
}
</style>