Shades of Celadon #ADFAB2
Tints of Celadon #ADFAB2
RGB
CMYK
RGB Variations
Color information
#ADFAB2 (or 0xADFAB2) is known color: Celadon. HEX triplet: AD, FA and B2. RGB value is (173,250,178). Sum of RGB (Red+Green+Blue) = 173+250+178=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFAB2 is #52054D. Grayscale: #DADADA. Windows color (decimal): -5375310 or 11729581. OLE color: 11729581.
HSL color Cylindrical-coordinate representation of color #ADFAB2: hue angle of 123.9º 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 #ADFAB2 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 178 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.02 |
| HSL | 123.9º | 0.89% | 0.83% | - |
| HSV(B) | 123.9º | 0.31% | 0.98% | - |
| XYZ | 59.46 | 80.47 | 54.52 | - |
| YUV | 218.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 178 | 0.31 | 0 | 0.29 | 0.02 | 123.9 | 0.89 | 0.83 |
| Hex | AD | FA | B2 | 1F | 0 | 1D | 2 | 7C | 59 | 53 |
| Octal | 255 | 372 | 262 | 37 | 0 | 35 | 2 | 174 | 131 | 123 |
| Binary | 10101101 | 11111010 | 10110010 | 11111 | 0 | 11101 | 10 | 1111100 | 1011001 | 1010011 |
Color Harmonies of #ADFAB2
Complementary color
Monochromatic Colors of #ADFAB2
Black with #ADFAB2
Text Example
Text Example
White with #ADFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFAB2; }
p { color: rgb(173,250,178); }
H1.HeaderClassName
{
color: #ADFAB2;
}
.AnyTagClassName
{
color: #ADFAB2;
}
</style>
background-color css
<style>
a { background-color: #ADFAB2; }
a { background-color: rgb(173,250,178); }
div.DivClassName
{
background-color: #ADFAB2;
}
.BgClassName
{
background-color: #ADFAB2;
}
</style>
border-color css
<style>
span { border-color: #ADFAB2; }
span { border-color: rgb(173,250,178); }
td.TdClassName
{
border-color: #ADFAB2;
}
.TagClassName
{
border-color: #ADFAB2;
}
</style>