Shades of Celadon #A4F8B2
Tints of Celadon #A4F8B2
RGB
CMYK
RGB Variations
Color information
#A4F8B2 (or 0xA4F8B2) is known color: Celadon. HEX triplet: A4, F8 and B2. RGB value is (164,248,178). Sum of RGB (Red+Green+Blue) = 164+248+178=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #A4F8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F8B2 is #5B074D. Grayscale: #D7D7D7. Windows color (decimal): -5965646 or 11729060. OLE color: 11729060.
HSL color Cylindrical-coordinate representation of color #A4F8B2: hue angle of 130º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F8B2 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 248 | 178 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.03 |
| HSL | 130º | 0.86% | 0.81% | - |
| HSV(B) | 130º | 0.34% | 0.97% | - |
| XYZ | 56.91 | 78.24 | 54.22 | - |
| YUV | 214.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 248 | 178 | 0.34 | 0 | 0.28 | 0.03 | 130 | 0.86 | 0.81 |
| Hex | A4 | F8 | B2 | 22 | 0 | 1C | 3 | 82 | 56 | 51 |
| Octal | 244 | 370 | 262 | 42 | 0 | 34 | 3 | 202 | 126 | 121 |
| Binary | 10100100 | 11111000 | 10110010 | 100010 | 0 | 11100 | 11 | 10000010 | 1010110 | 1010001 |
Color Harmonies of #A4F8B2
Complementary color
Monochromatic Colors of #A4F8B2
Black with #A4F8B2
Text Example
Text Example
White with #A4F8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F8B2; }
p { color: rgb(164,248,178); }
H1.HeaderClassName
{
color: #A4F8B2;
}
.AnyTagClassName
{
color: #A4F8B2;
}
</style>
background-color css
<style>
a { background-color: #A4F8B2; }
a { background-color: rgb(164,248,178); }
div.DivClassName
{
background-color: #A4F8B2;
}
.BgClassName
{
background-color: #A4F8B2;
}
</style>
border-color css
<style>
span { border-color: #A4F8B2; }
span { border-color: rgb(164,248,178); }
td.TdClassName
{
border-color: #A4F8B2;
}
.TagClassName
{
border-color: #A4F8B2;
}
</style>