Shades of Celadon #ACFDB3
Tints of Celadon #ACFDB3
RGB
CMYK
RGB Variations
Color information
#ACFDB3 (or 0xACFDB3) is known color: Celadon. HEX triplet: AC, FD and B3. RGB value is (172,253,179). Sum of RGB (Red+Green+Blue) = 172+253+179=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB3 is #53024C. Grayscale: #DCDCDC. Windows color (decimal): -5440077 or 11795884. OLE color: 11795884.
HSL color Cylindrical-coordinate representation of color #ACFDB3: hue angle of 125.19º 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 #ACFDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 179 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.01 |
| HSL | 125.19º | 0.95% | 0.83% | - |
| HSV(B) | 125.19º | 0.32% | 0.99% | - |
| XYZ | 60.28 | 82.28 | 55.35 | - |
| YUV | 220.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 179 | 0.32 | 0 | 0.29 | 0.01 | 125.19 | 0.95 | 0.83 |
| Hex | AC | FD | B3 | 20 | 0 | 1D | 1 | 7D | 5F | 53 |
| Octal | 254 | 375 | 263 | 40 | 0 | 35 | 1 | 175 | 137 | 123 |
| Binary | 10101100 | 11111101 | 10110011 | 100000 | 0 | 11101 | 1 | 1111101 | 1011111 | 1010011 |
Color Harmonies of #ACFDB3
Complementary color
Monochromatic Colors of #ACFDB3
Black with #ACFDB3
Text Example
Text Example
White with #ACFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDB3; }
p { color: rgb(172,253,179); }
H1.HeaderClassName
{
color: #ACFDB3;
}
.AnyTagClassName
{
color: #ACFDB3;
}
</style>
background-color css
<style>
a { background-color: #ACFDB3; }
a { background-color: rgb(172,253,179); }
div.DivClassName
{
background-color: #ACFDB3;
}
.BgClassName
{
background-color: #ACFDB3;
}
</style>
border-color css
<style>
span { border-color: #ACFDB3; }
span { border-color: rgb(172,253,179); }
td.TdClassName
{
border-color: #ACFDB3;
}
.TagClassName
{
border-color: #ACFDB3;
}
</style>