Shades of Celadon #ACFDB0
Tints of Celadon #ACFDB0
RGB
CMYK
RGB Variations
Color information
#ACFDB0 (or 0xACFDB0) is known color: Celadon. HEX triplet: AC, FD and B0. RGB value is (172,253,176). Sum of RGB (Red+Green+Blue) = 172+253+176=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDB0 is #53024F. Grayscale: #DCDCDC. Windows color (decimal): -5440080 or 11599276. OLE color: 11599276.
HSL color Cylindrical-coordinate representation of color #ACFDB0: hue angle of 122.96º 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 #ACFDB0 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 176 | - |
CMYK | 0.32 | 0 | 0.30 | 0.01 |
HSL | 122.96º | 0.95% | 0.83% | - |
HSV(B) | 122.96º | 0.32% | 0.99% | - |
XYZ | 59.98 | 82.16 | 53.77 | - |
YUV | 220 | 103.16 | 93.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 176 | 0.32 | 0 | 0.30 | 0.01 | 122.96 | 0.95 | 0.83 |
Hex | AC | FD | B0 | 20 | 0 | 1E | 1 | 7B | 5F | 53 |
Octal | 254 | 375 | 260 | 40 | 0 | 36 | 1 | 173 | 137 | 123 |
Binary | 10101100 | 11111101 | 10110000 | 100000 | 0 | 11110 | 1 | 1111011 | 1011111 | 1010011 |
Color Harmonies of #ACFDB0
Complementary color
Monochromatic Colors of #ACFDB0
Black with #ACFDB0
Text Example
Text Example
White with #ACFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDB0; }
p { color: rgb(172,253,176); }
H1.HeaderClassName
{
color: #ACFDB0;
}
.AnyTagClassName
{
color: #ACFDB0;
}
</style>
background-color css
<style>
a { background-color: #ACFDB0; }
a { background-color: rgb(172,253,176); }
div.DivClassName
{
background-color: #ACFDB0;
}
.BgClassName
{
background-color: #ACFDB0;
}
</style>
border-color css
<style>
span { border-color: #ACFDB0; }
span { border-color: rgb(172,253,176); }
td.TdClassName
{
border-color: #ACFDB0;
}
.TagClassName
{
border-color: #ACFDB0;
}
</style>