Shades of Celadon #ACFDB5
Tints of Celadon #ACFDB5
RGB
CMYK
RGB Variations
Color information
#ACFDB5 (or 0xACFDB5) is known color: Celadon. HEX triplet: AC, FD and B5. RGB value is (172,253,181). Sum of RGB (Red+Green+Blue) = 172+253+181=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB5 is #53024A. Grayscale: #DCDCDC. Windows color (decimal): -5440075 or 11926956. OLE color: 11926956.
HSL color Cylindrical-coordinate representation of color #ACFDB5: hue angle of 126.67º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDB5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 181 | - |
CMYK | 0.32 | 0 | 0.28 | 0.01 |
HSL | 126.67º | 0.95% | 0.83% | - |
HSV(B) | 126.67º | 0.32% | 0.99% | - |
XYZ | 60.48 | 82.36 | 56.43 | - |
YUV | 220.57 | 105.66 | 93.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 181 | 0.32 | 0 | 0.28 | 0.01 | 126.67 | 0.95 | 0.83 |
Hex | AC | FD | B5 | 20 | 0 | 1C | 1 | 7F | 5F | 53 |
Octal | 254 | 375 | 265 | 40 | 0 | 34 | 1 | 177 | 137 | 123 |
Binary | 10101100 | 11111101 | 10110101 | 100000 | 0 | 11100 | 1 | 1111111 | 1011111 | 1010011 |
Color Harmonies of #ACFDB5
Complementary color
Monochromatic Colors of #ACFDB5
Black with #ACFDB5
Text Example
Text Example
White with #ACFDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDB5; }
p { color: rgb(172,253,181); }
H1.HeaderClassName
{
color: #ACFDB5;
}
.AnyTagClassName
{
color: #ACFDB5;
}
</style>
background-color css
<style>
a { background-color: #ACFDB5; }
a { background-color: rgb(172,253,181); }
div.DivClassName
{
background-color: #ACFDB5;
}
.BgClassName
{
background-color: #ACFDB5;
}
</style>
border-color css
<style>
span { border-color: #ACFDB5; }
span { border-color: rgb(172,253,181); }
td.TdClassName
{
border-color: #ACFDB5;
}
.TagClassName
{
border-color: #ACFDB5;
}
</style>