Shades of Celadon #A8F0B4
Tints of Celadon #A8F0B4
RGB
CMYK
RGB Variations
Color information
#A8F0B4 (or 0xA8F0B4) is known color: Celadon. HEX triplet: A8, F0 and B4. RGB value is (168,240,180). Sum of RGB (Red+Green+Blue) = 168+240+180=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0B4 is #570F4B. Grayscale: #D3D3D3. Windows color (decimal): -5705548 or 11858088. OLE color: 11858088.
HSL color Cylindrical-coordinate representation of color #A8F0B4: hue angle of 130º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0B4 is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 180 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.06 |
| HSL | 130º | 0.71% | 0.8% | - |
| HSV(B) | 130º | 0.3% | 0.94% | - |
| XYZ | 55.55 | 73.94 | 54.52 | - |
| YUV | 211.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 180 | 0.3 | 0 | 0.25 | 0.06 | 130 | 0.71 | 0.8 |
| Hex | A8 | F0 | B4 | 1E | 0 | 19 | 6 | 82 | 47 | 50 |
| Octal | 250 | 360 | 264 | 36 | 0 | 31 | 6 | 202 | 107 | 120 |
| Binary | 10101000 | 11110000 | 10110100 | 11110 | 0 | 11001 | 110 | 10000010 | 1000111 | 1010000 |
Color Harmonies of #A8F0B4
Complementary color
Monochromatic Colors of #A8F0B4
Black with #A8F0B4
Text Example
Text Example
White with #A8F0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0B4; }
p { color: rgb(168,240,180); }
H1.HeaderClassName
{
color: #A8F0B4;
}
.AnyTagClassName
{
color: #A8F0B4;
}
</style>
background-color css
<style>
a { background-color: #A8F0B4; }
a { background-color: rgb(168,240,180); }
div.DivClassName
{
background-color: #A8F0B4;
}
.BgClassName
{
background-color: #A8F0B4;
}
</style>
border-color css
<style>
span { border-color: #A8F0B4; }
span { border-color: rgb(168,240,180); }
td.TdClassName
{
border-color: #A8F0B4;
}
.TagClassName
{
border-color: #A8F0B4;
}
</style>