Shades of Celadon #A6FBB2
Tints of Celadon #A6FBB2
RGB
CMYK
RGB Variations
Color information
#A6FBB2 (or 0xA6FBB2) is known color: Celadon. HEX triplet: A6, FB and B2. RGB value is (166,251,178). Sum of RGB (Red+Green+Blue) = 166+251+178=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 178 (69.92% from 255 or 29.92% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FBB2 is #59044D. Grayscale: #D9D9D9. Windows color (decimal): -5833806 or 11729830. OLE color: 11729830.
HSL color Cylindrical-coordinate representation of color #A6FBB2: hue angle of 128.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBB2 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 178 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.02 |
| HSL | 128.47º | 0.91% | 0.82% | - |
| HSV(B) | 128.47º | 0.34% | 0.98% | - |
| XYZ | 58.26 | 80.32 | 54.55 | - |
| YUV | 217.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 178 | 0.34 | 0 | 0.29 | 0.02 | 128.47 | 0.91 | 0.82 |
| Hex | A6 | FB | B2 | 22 | 0 | 1D | 2 | 80 | 5B | 52 |
| Octal | 246 | 373 | 262 | 42 | 0 | 35 | 2 | 200 | 133 | 122 |
| Binary | 10100110 | 11111011 | 10110010 | 100010 | 0 | 11101 | 10 | 10000000 | 1011011 | 1010010 |
Color Harmonies of #A6FBB2
Complementary color
Monochromatic Colors of #A6FBB2
Black with #A6FBB2
Text Example
Text Example
White with #A6FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBB2; }
p { color: rgb(166,251,178); }
H1.HeaderClassName
{
color: #A6FBB2;
}
.AnyTagClassName
{
color: #A6FBB2;
}
</style>
background-color css
<style>
a { background-color: #A6FBB2; }
a { background-color: rgb(166,251,178); }
div.DivClassName
{
background-color: #A6FBB2;
}
.BgClassName
{
background-color: #A6FBB2;
}
</style>
border-color css
<style>
span { border-color: #A6FBB2; }
span { border-color: rgb(166,251,178); }
td.TdClassName
{
border-color: #A6FBB2;
}
.TagClassName
{
border-color: #A6FBB2;
}
</style>