Shades of Celadon #A8FBB4
Tints of Celadon #A8FBB4
RGB
CMYK
RGB Variations
Color information
#A8FBB4 (or 0xA8FBB4) is known color: Celadon. HEX triplet: A8, FB and B4. RGB value is (168,251,180). Sum of RGB (Red+Green+Blue) = 168+251+180=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBB4 is #57044B. Grayscale: #DADADA. Windows color (decimal): -5702732 or 11860904. OLE color: 11860904.
HSL color Cylindrical-coordinate representation of color #A8FBB4: hue angle of 128.67º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBB4 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 180 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.02 |
| HSL | 128.67º | 0.91% | 0.82% | - |
| HSV(B) | 128.67º | 0.33% | 0.98% | - |
| XYZ | 58.88 | 80.61 | 55.64 | - |
| YUV | 218.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 180 | 0.33 | 0 | 0.28 | 0.02 | 128.67 | 0.91 | 0.82 |
| Hex | A8 | FB | B4 | 21 | 0 | 1C | 2 | 81 | 5B | 52 |
| Octal | 250 | 373 | 264 | 41 | 0 | 34 | 2 | 201 | 133 | 122 |
| Binary | 10101000 | 11111011 | 10110100 | 100001 | 0 | 11100 | 10 | 10000001 | 1011011 | 1010010 |
Color Harmonies of #A8FBB4
Complementary color
Monochromatic Colors of #A8FBB4
Black with #A8FBB4
Text Example
Text Example
White with #A8FBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBB4; }
p { color: rgb(168,251,180); }
H1.HeaderClassName
{
color: #A8FBB4;
}
.AnyTagClassName
{
color: #A8FBB4;
}
</style>
background-color css
<style>
a { background-color: #A8FBB4; }
a { background-color: rgb(168,251,180); }
div.DivClassName
{
background-color: #A8FBB4;
}
.BgClassName
{
background-color: #A8FBB4;
}
</style>
border-color css
<style>
span { border-color: #A8FBB4; }
span { border-color: rgb(168,251,180); }
td.TdClassName
{
border-color: #A8FBB4;
}
.TagClassName
{
border-color: #A8FBB4;
}
</style>