Shades of Celadon #ACEEAF
Tints of Celadon #ACEEAF
RGB
CMYK
RGB Variations
Color information
#ACEEAF (or 0xACEEAF) is known color: Celadon. HEX triplet: AC, EE and AF. RGB value is (172,238,175). Sum of RGB (Red+Green+Blue) = 172+238+175=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEEAF is #531150. Grayscale: #D3D3D3. Windows color (decimal): -5443921 or 11529900. OLE color: 11529900.
HSL color Cylindrical-coordinate representation of color #ACEEAF: hue angle of 122.73º 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 #ACEEAF is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 175 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.07 |
| HSL | 122.73º | 0.66% | 0.8% | - |
| HSV(B) | 122.73º | 0.28% | 0.93% | - |
| XYZ | 55.33 | 73.01 | 51.73 | - |
| YUV | 211.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 175 | 0.28 | 0 | 0.26 | 0.07 | 122.73 | 0.66 | 0.8 |
| Hex | AC | EE | AF | 1C | 0 | 1A | 7 | 7B | 42 | 50 |
| Octal | 254 | 356 | 257 | 34 | 0 | 32 | 7 | 173 | 102 | 120 |
| Binary | 10101100 | 11101110 | 10101111 | 11100 | 0 | 11010 | 111 | 1111011 | 1000010 | 1010000 |
Color Harmonies of #ACEEAF
Complementary color
Monochromatic Colors of #ACEEAF
Black with #ACEEAF
Text Example
Text Example
White with #ACEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEAF; }
p { color: rgb(172,238,175); }
H1.HeaderClassName
{
color: #ACEEAF;
}
.AnyTagClassName
{
color: #ACEEAF;
}
</style>
background-color css
<style>
a { background-color: #ACEEAF; }
a { background-color: rgb(172,238,175); }
div.DivClassName
{
background-color: #ACEEAF;
}
.BgClassName
{
background-color: #ACEEAF;
}
</style>
border-color css
<style>
span { border-color: #ACEEAF; }
span { border-color: rgb(172,238,175); }
td.TdClassName
{
border-color: #ACEEAF;
}
.TagClassName
{
border-color: #ACEEAF;
}
</style>