Shades of Celadon #AFDDB2
Tints of Celadon #AFDDB2
RGB
CMYK
RGB Variations
Color information
#AFDDB2 (or 0xAFDDB2) is known color: Celadon. HEX triplet: AF, DD and B2. RGB value is (175,221,178). Sum of RGB (Red+Green+Blue) = 175+221+178=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB2 is #50224D. Grayscale: #CACACA. Windows color (decimal): -5251662 or 11722159. OLE color: 11722159.
HSL color Cylindrical-coordinate representation of color #AFDDB2: hue angle of 123.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDB2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 221 | 178 | - |
CMYK | 0.21 | 0 | 0.19 | 0.13 |
HSL | 123.91º | 0.4% | 0.78% | - |
HSV(B) | 123.91º | 0.21% | 0.87% | - |
XYZ | 51.57 | 64.04 | 51.76 | - |
YUV | 202.34 | 114.26 | 108.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 221 | 178 | 0.21 | 0 | 0.19 | 0.13 | 123.91 | 0.4 | 0.78 |
Hex | AF | DD | B2 | 15 | 0 | 13 | D | 7C | 28 | 4E |
Octal | 257 | 335 | 262 | 25 | 0 | 23 | 15 | 174 | 50 | 116 |
Binary | 10101111 | 11011101 | 10110010 | 10101 | 0 | 10011 | 1101 | 1111100 | 101000 | 1001110 |
Color Harmonies of #AFDDB2
Complementary color
Monochromatic Colors of #AFDDB2
Black with #AFDDB2
Text Example
Text Example
White with #AFDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDDB2; }
p { color: rgb(175,221,178); }
H1.HeaderClassName
{
color: #AFDDB2;
}
.AnyTagClassName
{
color: #AFDDB2;
}
</style>
background-color css
<style>
a { background-color: #AFDDB2; }
a { background-color: rgb(175,221,178); }
div.DivClassName
{
background-color: #AFDDB2;
}
.BgClassName
{
background-color: #AFDDB2;
}
</style>
border-color css
<style>
span { border-color: #AFDDB2; }
span { border-color: rgb(175,221,178); }
td.TdClassName
{
border-color: #AFDDB2;
}
.TagClassName
{
border-color: #AFDDB2;
}
</style>