Shades of Celadon #ACFEB5
Tints of Celadon #ACFEB5
RGB
CMYK
RGB Variations
Color information
#ACFEB5 (or 0xACFEB5) is known color: Celadon. HEX triplet: AC, FE and B5. RGB value is (172,254,181). Sum of RGB (Red+Green+Blue) = 172+254+181=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEB5 is #53014A. Grayscale: #DDDDDD. Windows color (decimal): -5439819 or 11927212. OLE color: 11927212.
HSL color Cylindrical-coordinate representation of color #ACFEB5: hue angle of 126.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEB5 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 172 | 254 | 181 | - |
CMYK | 0.32 | 0 | 0.29 | 0.00 |
HSL | 126.59º | 0.98% | 0.84% | - |
HSV(B) | 126.59º | 0.32% | 1% | - |
XYZ | 60.8 | 82.99 | 56.53 | - |
YUV | 221.16 | 105.33 | 92.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 254 | 181 | 0.32 | 0 | 0.29 | 0.00 | 126.59 | 0.98 | 0.84 |
Hex | AC | FE | B5 | 20 | 0 | 1D | 0 | 7F | 62 | 54 |
Octal | 254 | 376 | 265 | 40 | 0 | 35 | 0 | 177 | 142 | 124 |
Binary | 10101100 | 11111110 | 10110101 | 100000 | 0 | 11101 | 0 | 1111111 | 1100010 | 1010100 |
Color Harmonies of #ACFEB5
Complementary color
Monochromatic Colors of #ACFEB5
Black with #ACFEB5
Text Example
Text Example
White with #ACFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEB5; }
p { color: rgb(172,254,181); }
H1.HeaderClassName
{
color: #ACFEB5;
}
.AnyTagClassName
{
color: #ACFEB5;
}
</style>
background-color css
<style>
a { background-color: #ACFEB5; }
a { background-color: rgb(172,254,181); }
div.DivClassName
{
background-color: #ACFEB5;
}
.BgClassName
{
background-color: #ACFEB5;
}
</style>
border-color css
<style>
span { border-color: #ACFEB5; }
span { border-color: rgb(172,254,181); }
td.TdClassName
{
border-color: #ACFEB5;
}
.TagClassName
{
border-color: #ACFEB5;
}
</style>