Shades of Celadon #AFFAB1
Tints of Celadon #AFFAB1
RGB
CMYK
RGB Variations
Color information
#AFFAB1 (or 0xAFFAB1) is known color: Celadon. HEX triplet: AF, FA and B1. RGB value is (175,250,177). Sum of RGB (Red+Green+Blue) = 175+250+177=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAB1 is #50054E. Grayscale: #DBDBDB. Windows color (decimal): -5244239 or 11664047. OLE color: 11664047.
HSL color Cylindrical-coordinate representation of color #AFFAB1: hue angle of 121.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAB1 is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 177 | - |
| CMYK | 0.3 | 0 | 0.29 | 0.02 |
| HSL | 121.6º | 0.88% | 0.83% | - |
| HSV(B) | 121.6º | 0.3% | 0.98% | - |
| XYZ | 59.8 | 80.66 | 54.01 | - |
| YUV | 219.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 177 | 0.3 | 0 | 0.29 | 0.02 | 121.6 | 0.88 | 0.83 |
| Hex | AF | FA | B1 | 1E | 0 | 1D | 2 | 7A | 58 | 53 |
| Octal | 257 | 372 | 261 | 36 | 0 | 35 | 2 | 172 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10110001 | 11110 | 0 | 11101 | 10 | 1111010 | 1011000 | 1010011 |
Color Harmonies of #AFFAB1
Complementary color
Monochromatic Colors of #AFFAB1
Black with #AFFAB1
Text Example
Text Example
White with #AFFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAB1; }
p { color: rgb(175,250,177); }
H1.HeaderClassName
{
color: #AFFAB1;
}
.AnyTagClassName
{
color: #AFFAB1;
}
</style>
background-color css
<style>
a { background-color: #AFFAB1; }
a { background-color: rgb(175,250,177); }
div.DivClassName
{
background-color: #AFFAB1;
}
.BgClassName
{
background-color: #AFFAB1;
}
</style>
border-color css
<style>
span { border-color: #AFFAB1; }
span { border-color: rgb(175,250,177); }
td.TdClassName
{
border-color: #AFFAB1;
}
.TagClassName
{
border-color: #AFFAB1;
}
</style>