Shades of Celadon #AFFAB2
Tints of Celadon #AFFAB2
RGB
CMYK
RGB Variations
Color information
#AFFAB2 (or 0xAFFAB2) is known color: Celadon. HEX triplet: AF, FA and B2. RGB value is (175,250,178). Sum of RGB (Red+Green+Blue) = 175+250+178=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 250 (98.05% from 255 or 41.46% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAB2 is #50054D. Grayscale: #DBDBDB. Windows color (decimal): -5244238 or 11729583. OLE color: 11729583.
HSL color Cylindrical-coordinate representation of color #AFFAB2: hue angle of 122.4º 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 #AFFAB2 is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 178 | - |
| CMYK | 0.3 | 0 | 0.29 | 0.02 |
| HSL | 122.4º | 0.88% | 0.83% | - |
| HSV(B) | 122.4º | 0.3% | 0.98% | - |
| XYZ | 59.9 | 80.7 | 54.54 | - |
| YUV | 219.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 178 | 0.3 | 0 | 0.29 | 0.02 | 122.4 | 0.88 | 0.83 |
| Hex | AF | FA | B2 | 1E | 0 | 1D | 2 | 7A | 58 | 53 |
| Octal | 257 | 372 | 262 | 36 | 0 | 35 | 2 | 172 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10110010 | 11110 | 0 | 11101 | 10 | 1111010 | 1011000 | 1010011 |
Color Harmonies of #AFFAB2
Complementary color
Monochromatic Colors of #AFFAB2
Black with #AFFAB2
Text Example
Text Example
White with #AFFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAB2; }
p { color: rgb(175,250,178); }
H1.HeaderClassName
{
color: #AFFAB2;
}
.AnyTagClassName
{
color: #AFFAB2;
}
</style>
background-color css
<style>
a { background-color: #AFFAB2; }
a { background-color: rgb(175,250,178); }
div.DivClassName
{
background-color: #AFFAB2;
}
.BgClassName
{
background-color: #AFFAB2;
}
</style>
border-color css
<style>
span { border-color: #AFFAB2; }
span { border-color: rgb(175,250,178); }
td.TdClassName
{
border-color: #AFFAB2;
}
.TagClassName
{
border-color: #AFFAB2;
}
</style>