Shades of Celadon #AFFDB5
Tints of Celadon #AFFDB5
RGB
CMYK
RGB Variations
Color information
#AFFDB5 (or 0xAFFDB5) is known color: Celadon. HEX triplet: AF, FD and B5. RGB value is (175,253,181). Sum of RGB (Red+Green+Blue) = 175+253+181=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB5 is #50024A. Grayscale: #DDDDDD. Windows color (decimal): -5243467 or 11926959. OLE color: 11926959.
HSL color Cylindrical-coordinate representation of color #AFFDB5: hue angle of 124.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDB5 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 181 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.01 |
| HSL | 124.62º | 0.95% | 0.84% | - |
| HSV(B) | 124.62º | 0.31% | 0.99% | - |
| XYZ | 61.14 | 82.7 | 56.46 | - |
| YUV | 221.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 181 | 0.31 | 0 | 0.28 | 0.01 | 124.62 | 0.95 | 0.84 |
| Hex | AF | FD | B5 | 1F | 0 | 1C | 1 | 7D | 5F | 54 |
| Octal | 257 | 375 | 265 | 37 | 0 | 34 | 1 | 175 | 137 | 124 |
| Binary | 10101111 | 11111101 | 10110101 | 11111 | 0 | 11100 | 1 | 1111101 | 1011111 | 1010100 |
Color Harmonies of #AFFDB5
Complementary color
Monochromatic Colors of #AFFDB5
Black with #AFFDB5
Text Example
Text Example
White with #AFFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDB5; }
p { color: rgb(175,253,181); }
H1.HeaderClassName
{
color: #AFFDB5;
}
.AnyTagClassName
{
color: #AFFDB5;
}
</style>
background-color css
<style>
a { background-color: #AFFDB5; }
a { background-color: rgb(175,253,181); }
div.DivClassName
{
background-color: #AFFDB5;
}
.BgClassName
{
background-color: #AFFDB5;
}
</style>
border-color css
<style>
span { border-color: #AFFDB5; }
span { border-color: rgb(175,253,181); }
td.TdClassName
{
border-color: #AFFDB5;
}
.TagClassName
{
border-color: #AFFDB5;
}
</style>