Shades of Celadon #ACF0B3
Tints of Celadon #ACF0B3
RGB
CMYK
RGB Variations
Color information
#ACF0B3 (or 0xACF0B3) is known color: Celadon. HEX triplet: AC, F0 and B3. RGB value is (172,240,179). Sum of RGB (Red+Green+Blue) = 172+240+179=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0B3 is #530F4C. Grayscale: #D4D4D4. Windows color (decimal): -5443405 or 11792556. OLE color: 11792556.
HSL color Cylindrical-coordinate representation of color #ACF0B3: hue angle of 126.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0B3 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 179 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.06 |
| HSL | 126.18º | 0.69% | 0.81% | - |
| HSV(B) | 126.18º | 0.28% | 0.94% | - |
| XYZ | 56.31 | 74.35 | 54.03 | - |
| YUV | 212.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 179 | 0.28 | 0 | 0.25 | 0.06 | 126.18 | 0.69 | 0.81 |
| Hex | AC | F0 | B3 | 1C | 0 | 19 | 6 | 7E | 45 | 51 |
| Octal | 254 | 360 | 263 | 34 | 0 | 31 | 6 | 176 | 105 | 121 |
| Binary | 10101100 | 11110000 | 10110011 | 11100 | 0 | 11001 | 110 | 1111110 | 1000101 | 1010001 |
Color Harmonies of #ACF0B3
Complementary color
Monochromatic Colors of #ACF0B3
Black with #ACF0B3
Text Example
Text Example
White with #ACF0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0B3; }
p { color: rgb(172,240,179); }
H1.HeaderClassName
{
color: #ACF0B3;
}
.AnyTagClassName
{
color: #ACF0B3;
}
</style>
background-color css
<style>
a { background-color: #ACF0B3; }
a { background-color: rgb(172,240,179); }
div.DivClassName
{
background-color: #ACF0B3;
}
.BgClassName
{
background-color: #ACF0B3;
}
</style>
border-color css
<style>
span { border-color: #ACF0B3; }
span { border-color: rgb(172,240,179); }
td.TdClassName
{
border-color: #ACF0B3;
}
.TagClassName
{
border-color: #ACF0B3;
}
</style>