Shades of Celadon #A8EEB2
Tints of Celadon #A8EEB2
RGB
CMYK
RGB Variations
Color information
#A8EEB2 (or 0xA8EEB2) is known color: Celadon. HEX triplet: A8, EE and B2. RGB value is (168,238,178). Sum of RGB (Red+Green+Blue) = 168+238+178=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EEB2 is #57114D. Grayscale: #D2D2D2. Windows color (decimal): -5706062 or 11726504. OLE color: 11726504.
HSL color Cylindrical-coordinate representation of color #A8EEB2: hue angle of 128.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEB2 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 238 | 178 | - |
CMYK | 0.29 | 0 | 0.25 | 0.07 |
HSL | 128.57º | 0.67% | 0.8% | - |
HSV(B) | 128.57º | 0.29% | 0.93% | - |
XYZ | 54.76 | 72.69 | 53.26 | - |
YUV | 210.23 | 109.81 | 97.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 238 | 178 | 0.29 | 0 | 0.25 | 0.07 | 128.57 | 0.67 | 0.8 |
Hex | A8 | EE | B2 | 1D | 0 | 19 | 7 | 81 | 43 | 50 |
Octal | 250 | 356 | 262 | 35 | 0 | 31 | 7 | 201 | 103 | 120 |
Binary | 10101000 | 11101110 | 10110010 | 11101 | 0 | 11001 | 111 | 10000001 | 1000011 | 1010000 |
Color Harmonies of #A8EEB2
Complementary color
Monochromatic Colors of #A8EEB2
Black with #A8EEB2
Text Example
Text Example
White with #A8EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEB2; }
p { color: rgb(168,238,178); }
H1.HeaderClassName
{
color: #A8EEB2;
}
.AnyTagClassName
{
color: #A8EEB2;
}
</style>
background-color css
<style>
a { background-color: #A8EEB2; }
a { background-color: rgb(168,238,178); }
div.DivClassName
{
background-color: #A8EEB2;
}
.BgClassName
{
background-color: #A8EEB2;
}
</style>
border-color css
<style>
span { border-color: #A8EEB2; }
span { border-color: rgb(168,238,178); }
td.TdClassName
{
border-color: #A8EEB2;
}
.TagClassName
{
border-color: #A8EEB2;
}
</style>