Shades of Celadon #AFFDB3
Tints of Celadon #AFFDB3
RGB
CMYK
RGB Variations
Color information
#AFFDB3 (or 0xAFFDB3) is known color: Celadon. HEX triplet: AF, FD and B3. RGB value is (175,253,179). Sum of RGB (Red+Green+Blue) = 175+253+179=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDB3 is #50024C. Grayscale: #DDDDDD. Windows color (decimal): -5243469 or 11795887. OLE color: 11795887.
HSL color Cylindrical-coordinate representation of color #AFFDB3: hue angle of 123.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDB3 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 179 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.01 |
| HSL | 123.08º | 0.95% | 0.84% | - |
| HSV(B) | 123.08º | 0.31% | 0.99% | - |
| XYZ | 60.94 | 82.62 | 55.38 | - |
| YUV | 221.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 179 | 0.31 | 0 | 0.29 | 0.01 | 123.08 | 0.95 | 0.84 |
| Hex | AF | FD | B3 | 1F | 0 | 1D | 1 | 7B | 5F | 54 |
| Octal | 257 | 375 | 263 | 37 | 0 | 35 | 1 | 173 | 137 | 124 |
| Binary | 10101111 | 11111101 | 10110011 | 11111 | 0 | 11101 | 1 | 1111011 | 1011111 | 1010100 |
Color Harmonies of #AFFDB3
Complementary color
Monochromatic Colors of #AFFDB3
Black with #AFFDB3
Text Example
Text Example
White with #AFFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDB3; }
p { color: rgb(175,253,179); }
H1.HeaderClassName
{
color: #AFFDB3;
}
.AnyTagClassName
{
color: #AFFDB3;
}
</style>
background-color css
<style>
a { background-color: #AFFDB3; }
a { background-color: rgb(175,253,179); }
div.DivClassName
{
background-color: #AFFDB3;
}
.BgClassName
{
background-color: #AFFDB3;
}
</style>
border-color css
<style>
span { border-color: #AFFDB3; }
span { border-color: rgb(175,253,179); }
td.TdClassName
{
border-color: #AFFDB3;
}
.TagClassName
{
border-color: #AFFDB3;
}
</style>