Shades of Celadon #ACF9B4
Tints of Celadon #ACF9B4
RGB
CMYK
RGB Variations
Color information
#ACF9B4 (or 0xACF9B4) is known color: Celadon. HEX triplet: AC, F9 and B4. RGB value is (172,249,180). Sum of RGB (Red+Green+Blue) = 172+249+180=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9B4 is #53064B. Grayscale: #DADADA. Windows color (decimal): -5441100 or 11860396. OLE color: 11860396.
HSL color Cylindrical-coordinate representation of color #ACF9B4: hue angle of 126.23º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9B4 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 180 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.02 |
| HSL | 126.23º | 0.87% | 0.83% | - |
| HSV(B) | 126.23º | 0.31% | 0.98% | - |
| XYZ | 59.13 | 79.82 | 55.47 | - |
| YUV | 218.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 180 | 0.31 | 0 | 0.28 | 0.02 | 126.23 | 0.87 | 0.83 |
| Hex | AC | F9 | B4 | 1F | 0 | 1C | 2 | 7E | 57 | 53 |
| Octal | 254 | 371 | 264 | 37 | 0 | 34 | 2 | 176 | 127 | 123 |
| Binary | 10101100 | 11111001 | 10110100 | 11111 | 0 | 11100 | 10 | 1111110 | 1010111 | 1010011 |
Color Harmonies of #ACF9B4
Complementary color
Monochromatic Colors of #ACF9B4
Black with #ACF9B4
Text Example
Text Example
White with #ACF9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9B4; }
p { color: rgb(172,249,180); }
H1.HeaderClassName
{
color: #ACF9B4;
}
.AnyTagClassName
{
color: #ACF9B4;
}
</style>
background-color css
<style>
a { background-color: #ACF9B4; }
a { background-color: rgb(172,249,180); }
div.DivClassName
{
background-color: #ACF9B4;
}
.BgClassName
{
background-color: #ACF9B4;
}
</style>
border-color css
<style>
span { border-color: #ACF9B4; }
span { border-color: rgb(172,249,180); }
td.TdClassName
{
border-color: #ACF9B4;
}
.TagClassName
{
border-color: #ACF9B4;
}
</style>