Shades of Celadon #ADFAB4
Tints of Celadon #ADFAB4
RGB
CMYK
RGB Variations
Color information
#ADFAB4 (or 0xADFAB4) is known color: Celadon. HEX triplet: AD, FA and B4. RGB value is (173,250,180). Sum of RGB (Red+Green+Blue) = 173+250+180=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFAB4 is #52054B. Grayscale: #DBDBDB. Windows color (decimal): -5375308 or 11860653. OLE color: 11860653.
HSL color Cylindrical-coordinate representation of color #ADFAB4: hue angle of 125.45º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFAB4 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 180 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.02 |
| HSL | 125.45º | 0.89% | 0.83% | - |
| HSV(B) | 125.45º | 0.31% | 0.98% | - |
| XYZ | 59.66 | 80.55 | 55.58 | - |
| YUV | 219 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 180 | 0.31 | 0 | 0.28 | 0.02 | 125.45 | 0.89 | 0.83 |
| Hex | AD | FA | B4 | 1F | 0 | 1C | 2 | 7D | 59 | 53 |
| Octal | 255 | 372 | 264 | 37 | 0 | 34 | 2 | 175 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10110100 | 11111 | 0 | 11100 | 10 | 1111101 | 1011001 | 1010011 |
Color Harmonies of #ADFAB4
Complementary color
Monochromatic Colors of #ADFAB4
Black with #ADFAB4
Text Example
Text Example
White with #ADFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAB4; }
p { color: rgb(173,250,180); }
H1.HeaderClassName
{
color: #ADFAB4;
}
.AnyTagClassName
{
color: #ADFAB4;
}
</style>
background-color css
<style>
a { background-color: #ADFAB4; }
a { background-color: rgb(173,250,180); }
div.DivClassName
{
background-color: #ADFAB4;
}
.BgClassName
{
background-color: #ADFAB4;
}
</style>
border-color css
<style>
span { border-color: #ADFAB4; }
span { border-color: rgb(173,250,180); }
td.TdClassName
{
border-color: #ADFAB4;
}
.TagClassName
{
border-color: #ADFAB4;
}
</style>