Shades of Celadon #AFF8B1
Tints of Celadon #AFF8B1
RGB
CMYK
RGB Variations
Color information
#AFF8B1 (or 0xAFF8B1) is known color: Celadon. HEX triplet: AF, F8 and B1. RGB value is (175,248,177). Sum of RGB (Red+Green+Blue) = 175+248+177=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8B1 is #50074E. Grayscale: #DADADA. Windows color (decimal): -5244751 or 11663535. OLE color: 11663535.
HSL color Cylindrical-coordinate representation of color #AFF8B1: hue angle of 121.64º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8B1 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 177 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.03 |
| HSL | 121.64º | 0.84% | 0.83% | - |
| HSV(B) | 121.64º | 0.29% | 0.97% | - |
| XYZ | 59.18 | 79.42 | 53.81 | - |
| YUV | 218.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 177 | 0.29 | 0 | 0.29 | 0.03 | 121.64 | 0.84 | 0.83 |
| Hex | AF | F8 | B1 | 1D | 0 | 1D | 3 | 7A | 54 | 53 |
| Octal | 257 | 370 | 261 | 35 | 0 | 35 | 3 | 172 | 124 | 123 |
| Binary | 10101111 | 11111000 | 10110001 | 11101 | 0 | 11101 | 11 | 1111010 | 1010100 | 1010011 |
Color Harmonies of #AFF8B1
Complementary color
Monochromatic Colors of #AFF8B1
Black with #AFF8B1
Text Example
Text Example
White with #AFF8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8B1; }
p { color: rgb(175,248,177); }
H1.HeaderClassName
{
color: #AFF8B1;
}
.AnyTagClassName
{
color: #AFF8B1;
}
</style>
background-color css
<style>
a { background-color: #AFF8B1; }
a { background-color: rgb(175,248,177); }
div.DivClassName
{
background-color: #AFF8B1;
}
.BgClassName
{
background-color: #AFF8B1;
}
</style>
border-color css
<style>
span { border-color: #AFF8B1; }
span { border-color: rgb(175,248,177); }
td.TdClassName
{
border-color: #AFF8B1;
}
.TagClassName
{
border-color: #AFF8B1;
}
</style>