Shades of Celadon #AFDCB2
Tints of Celadon #AFDCB2
RGB
CMYK
RGB Variations
Color information
#AFDCB2 (or 0xAFDCB2) is known color: Celadon. HEX triplet: AF, DC and B2. RGB value is (175,220,178). Sum of RGB (Red+Green+Blue) = 175+220+178=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCB2 is #50234D. Grayscale: #C9C9C9. Windows color (decimal): -5251918 or 11721903. OLE color: 11721903.
HSL color Cylindrical-coordinate representation of color #AFDCB2: hue angle of 124º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCB2 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 178 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.14 |
| HSL | 124º | 0.39% | 0.77% | - |
| HSV(B) | 124º | 0.2% | 0.86% | - |
| XYZ | 51.31 | 63.51 | 51.67 | - |
| YUV | 201.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 178 | 0.20 | 0 | 0.19 | 0.14 | 124 | 0.39 | 0.77 |
| Hex | AF | DC | B2 | 14 | 0 | 13 | E | 7C | 27 | 4D |
| Octal | 257 | 334 | 262 | 24 | 0 | 23 | 16 | 174 | 47 | 115 |
| Binary | 10101111 | 11011100 | 10110010 | 10100 | 0 | 10011 | 1110 | 1111100 | 100111 | 1001101 |
Color Harmonies of #AFDCB2
Complementary color
Monochromatic Colors of #AFDCB2
Black with #AFDCB2
Text Example
Text Example
White with #AFDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDCB2; }
p { color: rgb(175,220,178); }
H1.HeaderClassName
{
color: #AFDCB2;
}
.AnyTagClassName
{
color: #AFDCB2;
}
</style>
background-color css
<style>
a { background-color: #AFDCB2; }
a { background-color: rgb(175,220,178); }
div.DivClassName
{
background-color: #AFDCB2;
}
.BgClassName
{
background-color: #AFDCB2;
}
</style>
border-color css
<style>
span { border-color: #AFDCB2; }
span { border-color: rgb(175,220,178); }
td.TdClassName
{
border-color: #AFDCB2;
}
.TagClassName
{
border-color: #AFDCB2;
}
</style>