Shades of Celadon #AFFDAB
Tints of Celadon #AFFDAB
RGB
CMYK
RGB Variations
Color information
#AFFDAB (or 0xAFFDAB) is known color: Celadon. HEX triplet: AF, FD and AB. RGB value is (175,253,171). Sum of RGB (Red+Green+Blue) = 175+253+171=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDAB is #500254. Grayscale: #DCDCDC. Windows color (decimal): -5243477 or 11271599. OLE color: 11271599.
HSL color Cylindrical-coordinate representation of color #AFFDAB: hue angle of 117.07º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFDAB is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 171 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.01 |
| HSL | 117.07º | 0.95% | 0.83% | - |
| HSV(B) | 117.07º | 0.32% | 0.99% | - |
| XYZ | 60.16 | 82.3 | 51.24 | - |
| YUV | 220.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 171 | 0.31 | 0 | 0.32 | 0.01 | 117.07 | 0.95 | 0.83 |
| Hex | AF | FD | AB | 1F | 0 | 20 | 1 | 75 | 5F | 53 |
| Octal | 257 | 375 | 253 | 37 | 0 | 40 | 1 | 165 | 137 | 123 |
| Binary | 10101111 | 11111101 | 10101011 | 11111 | 0 | 100000 | 1 | 1110101 | 1011111 | 1010011 |
Color Harmonies of #AFFDAB
Complementary color
Monochromatic Colors of #AFFDAB
Black with #AFFDAB
Text Example
Text Example
White with #AFFDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDAB; }
p { color: rgb(175,253,171); }
H1.HeaderClassName
{
color: #AFFDAB;
}
.AnyTagClassName
{
color: #AFFDAB;
}
</style>
background-color css
<style>
a { background-color: #AFFDAB; }
a { background-color: rgb(175,253,171); }
div.DivClassName
{
background-color: #AFFDAB;
}
.BgClassName
{
background-color: #AFFDAB;
}
</style>
border-color css
<style>
span { border-color: #AFFDAB; }
span { border-color: rgb(175,253,171); }
td.TdClassName
{
border-color: #AFFDAB;
}
.TagClassName
{
border-color: #AFFDAB;
}
</style>