Shades of Celadon #ACEEB5
Tints of Celadon #ACEEB5
RGB
CMYK
RGB Variations
Color information
#ACEEB5 (or 0xACEEB5) is known color: Celadon. HEX triplet: AC, EE and B5. RGB value is (172,238,181). Sum of RGB (Red+Green+Blue) = 172+238+181=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEB5 is #53114A. Grayscale: #D3D3D3. Windows color (decimal): -5443915 or 11923116. OLE color: 11923116.
HSL color Cylindrical-coordinate representation of color #ACEEB5: hue angle of 128.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEB5 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 181 | - |
CMYK | 0.28 | 0 | 0.24 | 0.07 |
HSL | 128.18º | 0.66% | 0.8% | - |
HSV(B) | 128.18º | 0.28% | 0.93% | - |
XYZ | 55.93 | 73.26 | 54.91 | - |
YUV | 211.77 | 110.63 | 99.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 181 | 0.28 | 0 | 0.24 | 0.07 | 128.18 | 0.66 | 0.8 |
Hex | AC | EE | B5 | 1C | 0 | 18 | 7 | 80 | 42 | 50 |
Octal | 254 | 356 | 265 | 34 | 0 | 30 | 7 | 200 | 102 | 120 |
Binary | 10101100 | 11101110 | 10110101 | 11100 | 0 | 11000 | 111 | 10000000 | 1000010 | 1010000 |
Color Harmonies of #ACEEB5
Complementary color
Monochromatic Colors of #ACEEB5
Black with #ACEEB5
Text Example
Text Example
White with #ACEEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEB5; }
p { color: rgb(172,238,181); }
H1.HeaderClassName
{
color: #ACEEB5;
}
.AnyTagClassName
{
color: #ACEEB5;
}
</style>
background-color css
<style>
a { background-color: #ACEEB5; }
a { background-color: rgb(172,238,181); }
div.DivClassName
{
background-color: #ACEEB5;
}
.BgClassName
{
background-color: #ACEEB5;
}
</style>
border-color css
<style>
span { border-color: #ACEEB5; }
span { border-color: rgb(172,238,181); }
td.TdClassName
{
border-color: #ACEEB5;
}
.TagClassName
{
border-color: #ACEEB5;
}
</style>