Shades of Celadon #ADEFAC
Tints of Celadon #ADEFAC
RGB
CMYK
RGB Variations
Color information
#ADEFAC (or 0xADEFAC) is known color: Celadon. HEX triplet: AD, EF and AC. RGB value is (173,239,172). Sum of RGB (Red+Green+Blue) = 173+239+172=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEFAC is #521053. Grayscale: #D3D3D3. Windows color (decimal): -5378132 or 11333549. OLE color: 11333549.
HSL color Cylindrical-coordinate representation of color #ADEFAC: hue angle of 119.1º degrees, saturation: 0.68, 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 #ADEFAC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 172 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.06 |
| HSL | 119.1º | 0.68% | 0.81% | - |
| HSV(B) | 119.1º | 0.28% | 0.94% | - |
| XYZ | 55.55 | 73.6 | 50.31 | - |
| YUV | 211.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 172 | 0.28 | 0 | 0.28 | 0.06 | 119.1 | 0.68 | 0.81 |
| Hex | AD | EF | AC | 1C | 0 | 1C | 6 | 77 | 44 | 51 |
| Octal | 255 | 357 | 254 | 34 | 0 | 34 | 6 | 167 | 104 | 121 |
| Binary | 10101101 | 11101111 | 10101100 | 11100 | 0 | 11100 | 110 | 1110111 | 1000100 | 1010001 |
Color Harmonies of #ADEFAC
Complementary color
Monochromatic Colors of #ADEFAC
Black with #ADEFAC
Text Example
Text Example
White with #ADEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFAC; }
p { color: rgb(173,239,172); }
H1.HeaderClassName
{
color: #ADEFAC;
}
.AnyTagClassName
{
color: #ADEFAC;
}
</style>
background-color css
<style>
a { background-color: #ADEFAC; }
a { background-color: rgb(173,239,172); }
div.DivClassName
{
background-color: #ADEFAC;
}
.BgClassName
{
background-color: #ADEFAC;
}
</style>
border-color css
<style>
span { border-color: #ADEFAC; }
span { border-color: rgb(173,239,172); }
td.TdClassName
{
border-color: #ADEFAC;
}
.TagClassName
{
border-color: #ADEFAC;
}
</style>