Shades of Celadon #ACFDB4
Tints of Celadon #ACFDB4
RGB
CMYK
RGB Variations
Color information
#ACFDB4 (or 0xACFDB4) is known color: Celadon. HEX triplet: AC, FD and B4. RGB value is (172,253,180). Sum of RGB (Red+Green+Blue) = 172+253+180=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB4 is #53024B. Grayscale: #DCDCDC. Windows color (decimal): -5440076 or 11861420. OLE color: 11861420.
HSL color Cylindrical-coordinate representation of color #ACFDB4: hue angle of 125.93º 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 #ACFDB4 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 172 | 253 | 180 | - |
CMYK | 0.32 | 0 | 0.29 | 0.01 |
HSL | 125.93º | 0.95% | 0.83% | - |
HSV(B) | 125.93º | 0.32% | 0.99% | - |
XYZ | 60.38 | 82.32 | 55.89 | - |
YUV | 220.46 | 105.16 | 93.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 253 | 180 | 0.32 | 0 | 0.29 | 0.01 | 125.93 | 0.95 | 0.83 |
Hex | AC | FD | B4 | 20 | 0 | 1D | 1 | 7E | 5F | 53 |
Octal | 254 | 375 | 264 | 40 | 0 | 35 | 1 | 176 | 137 | 123 |
Binary | 10101100 | 11111101 | 10110100 | 100000 | 0 | 11101 | 1 | 1111110 | 1011111 | 1010011 |
Color Harmonies of #ACFDB4
Complementary color
Monochromatic Colors of #ACFDB4
Black with #ACFDB4
Text Example
Text Example
White with #ACFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDB4; }
p { color: rgb(172,253,180); }
H1.HeaderClassName
{
color: #ACFDB4;
}
.AnyTagClassName
{
color: #ACFDB4;
}
</style>
background-color css
<style>
a { background-color: #ACFDB4; }
a { background-color: rgb(172,253,180); }
div.DivClassName
{
background-color: #ACFDB4;
}
.BgClassName
{
background-color: #ACFDB4;
}
</style>
border-color css
<style>
span { border-color: #ACFDB4; }
span { border-color: rgb(172,253,180); }
td.TdClassName
{
border-color: #ACFDB4;
}
.TagClassName
{
border-color: #ACFDB4;
}
</style>