Shades of Celadon #ACEEB2
Tints of Celadon #ACEEB2
RGB
CMYK
RGB Variations
Color information
#ACEEB2 (or 0xACEEB2) is known color: Celadon. HEX triplet: AC, EE and B2. RGB value is (172,238,178). Sum of RGB (Red+Green+Blue) = 172+238+178=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEB2 is #53114D. Grayscale: #D3D3D3. Windows color (decimal): -5443918 or 11726508. OLE color: 11726508.
HSL color Cylindrical-coordinate representation of color #ACEEB2: hue angle of 125.45º 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 #ACEEB2 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 178 | - |
CMYK | 0.28 | 0 | 0.25 | 0.07 |
HSL | 125.45º | 0.66% | 0.8% | - |
HSV(B) | 125.45º | 0.28% | 0.93% | - |
XYZ | 55.62 | 73.13 | 53.3 | - |
YUV | 211.43 | 109.13 | 99.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 178 | 0.28 | 0 | 0.25 | 0.07 | 125.45 | 0.66 | 0.8 |
Hex | AC | EE | B2 | 1C | 0 | 19 | 7 | 7D | 42 | 50 |
Octal | 254 | 356 | 262 | 34 | 0 | 31 | 7 | 175 | 102 | 120 |
Binary | 10101100 | 11101110 | 10110010 | 11100 | 0 | 11001 | 111 | 1111101 | 1000010 | 1010000 |
Color Harmonies of #ACEEB2
Complementary color
Monochromatic Colors of #ACEEB2
Black with #ACEEB2
Text Example
Text Example
White with #ACEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEB2; }
p { color: rgb(172,238,178); }
H1.HeaderClassName
{
color: #ACEEB2;
}
.AnyTagClassName
{
color: #ACEEB2;
}
</style>
background-color css
<style>
a { background-color: #ACEEB2; }
a { background-color: rgb(172,238,178); }
div.DivClassName
{
background-color: #ACEEB2;
}
.BgClassName
{
background-color: #ACEEB2;
}
</style>
border-color css
<style>
span { border-color: #ACEEB2; }
span { border-color: rgb(172,238,178); }
td.TdClassName
{
border-color: #ACEEB2;
}
.TagClassName
{
border-color: #ACEEB2;
}
</style>