Shades of Celadon #AFF0B5
Tints of Celadon #AFF0B5
RGB
CMYK
RGB Variations
Color information
#AFF0B5 (or 0xAFF0B5) is known color: Celadon. HEX triplet: AF, F0 and B5. RGB value is (175,240,181). Sum of RGB (Red+Green+Blue) = 175+240+181=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0B5 is #500F4A. Grayscale: #D6D6D6. Windows color (decimal): -5246795 or 11923631. OLE color: 11923631.
HSL color Cylindrical-coordinate representation of color #AFF0B5: hue angle of 125.54º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0B5 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 181 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.06 |
| HSL | 125.54º | 0.68% | 0.81% | - |
| HSV(B) | 125.54º | 0.27% | 0.94% | - |
| XYZ | 57.18 | 74.77 | 55.13 | - |
| YUV | 213.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 181 | 0.27 | 0 | 0.25 | 0.06 | 125.54 | 0.68 | 0.81 |
| Hex | AF | F0 | B5 | 1B | 0 | 19 | 6 | 7E | 44 | 51 |
| Octal | 257 | 360 | 265 | 33 | 0 | 31 | 6 | 176 | 104 | 121 |
| Binary | 10101111 | 11110000 | 10110101 | 11011 | 0 | 11001 | 110 | 1111110 | 1000100 | 1010001 |
Color Harmonies of #AFF0B5
Complementary color
Monochromatic Colors of #AFF0B5
Black with #AFF0B5
Text Example
Text Example
White with #AFF0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0B5; }
p { color: rgb(175,240,181); }
H1.HeaderClassName
{
color: #AFF0B5;
}
.AnyTagClassName
{
color: #AFF0B5;
}
</style>
background-color css
<style>
a { background-color: #AFF0B5; }
a { background-color: rgb(175,240,181); }
div.DivClassName
{
background-color: #AFF0B5;
}
.BgClassName
{
background-color: #AFF0B5;
}
</style>
border-color css
<style>
span { border-color: #AFF0B5; }
span { border-color: rgb(175,240,181); }
td.TdClassName
{
border-color: #AFF0B5;
}
.TagClassName
{
border-color: #AFF0B5;
}
</style>