Shades of Celadon #AFFAB4
Tints of Celadon #AFFAB4
RGB
CMYK
RGB Variations
Color information
#AFFAB4 (or 0xAFFAB4) is known color: Celadon. HEX triplet: AF, FA and B4. RGB value is (175,250,180). Sum of RGB (Red+Green+Blue) = 175+250+180=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB4 is #50054B. Grayscale: #DBDBDB. Windows color (decimal): -5244236 or 11860655. OLE color: 11860655.
HSL color Cylindrical-coordinate representation of color #AFFAB4: hue angle of 124º 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 #AFFAB4 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 180 | - |
| CMYK | 0.3 | 0 | 0.28 | 0.02 |
| HSL | 124º | 0.88% | 0.83% | - |
| HSV(B) | 124º | 0.3% | 0.98% | - |
| XYZ | 60.1 | 80.78 | 55.6 | - |
| YUV | 219.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 180 | 0.3 | 0 | 0.28 | 0.02 | 124 | 0.88 | 0.83 |
| Hex | AF | FA | B4 | 1E | 0 | 1C | 2 | 7C | 58 | 53 |
| Octal | 257 | 372 | 264 | 36 | 0 | 34 | 2 | 174 | 130 | 123 |
| Binary | 10101111 | 11111010 | 10110100 | 11110 | 0 | 11100 | 10 | 1111100 | 1011000 | 1010011 |
Color Harmonies of #AFFAB4
Complementary color
Monochromatic Colors of #AFFAB4
Black with #AFFAB4
Text Example
Text Example
White with #AFFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAB4; }
p { color: rgb(175,250,180); }
H1.HeaderClassName
{
color: #AFFAB4;
}
.AnyTagClassName
{
color: #AFFAB4;
}
</style>
background-color css
<style>
a { background-color: #AFFAB4; }
a { background-color: rgb(175,250,180); }
div.DivClassName
{
background-color: #AFFAB4;
}
.BgClassName
{
background-color: #AFFAB4;
}
</style>
border-color css
<style>
span { border-color: #AFFAB4; }
span { border-color: rgb(175,250,180); }
td.TdClassName
{
border-color: #AFFAB4;
}
.TagClassName
{
border-color: #AFFAB4;
}
</style>