Shades of Celadon #ACF1B3
Tints of Celadon #ACF1B3
RGB
CMYK
RGB Variations
Color information
#ACF1B3 (or 0xACF1B3) is known color: Celadon. HEX triplet: AC, F1 and B3. RGB value is (172,241,179). Sum of RGB (Red+Green+Blue) = 172+241+179=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1B3 is #530E4C. Grayscale: #D5D5D5. Windows color (decimal): -5443149 or 11792812. OLE color: 11792812.
HSL color Cylindrical-coordinate representation of color #ACF1B3: hue angle of 126.09º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1B3 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 179 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.05 |
| HSL | 126.09º | 0.71% | 0.81% | - |
| HSV(B) | 126.09º | 0.29% | 0.95% | - |
| XYZ | 56.61 | 74.94 | 54.13 | - |
| YUV | 213.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 179 | 0.29 | 0 | 0.26 | 0.05 | 126.09 | 0.71 | 0.81 |
| Hex | AC | F1 | B3 | 1D | 0 | 1A | 5 | 7E | 47 | 51 |
| Octal | 254 | 361 | 263 | 35 | 0 | 32 | 5 | 176 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10110011 | 11101 | 0 | 11010 | 101 | 1111110 | 1000111 | 1010001 |
Color Harmonies of #ACF1B3
Complementary color
Monochromatic Colors of #ACF1B3
Black with #ACF1B3
Text Example
Text Example
White with #ACF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1B3; }
p { color: rgb(172,241,179); }
H1.HeaderClassName
{
color: #ACF1B3;
}
.AnyTagClassName
{
color: #ACF1B3;
}
</style>
background-color css
<style>
a { background-color: #ACF1B3; }
a { background-color: rgb(172,241,179); }
div.DivClassName
{
background-color: #ACF1B3;
}
.BgClassName
{
background-color: #ACF1B3;
}
</style>
border-color css
<style>
span { border-color: #ACF1B3; }
span { border-color: rgb(172,241,179); }
td.TdClassName
{
border-color: #ACF1B3;
}
.TagClassName
{
border-color: #ACF1B3;
}
</style>