Shades of Celadon #A8EDB2
Tints of Celadon #A8EDB2
RGB
CMYK
RGB Variations
Color information
#A8EDB2 (or 0xA8EDB2) is known color: Celadon. HEX triplet: A8, ED and B2. RGB value is (168,237,178). Sum of RGB (Red+Green+Blue) = 168+237+178=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDB2 is #57124D. Grayscale: #D1D1D1. Windows color (decimal): -5706318 or 11726248. OLE color: 11726248.
HSL color Cylindrical-coordinate representation of color #A8EDB2: hue angle of 128.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDB2 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 178 | - |
CMYK | 0.29 | 0 | 0.25 | 0.07 |
HSL | 128.7º | 0.66% | 0.79% | - |
HSV(B) | 128.7º | 0.29% | 0.93% | - |
XYZ | 54.47 | 72.11 | 53.17 | - |
YUV | 209.64 | 110.14 | 98.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 178 | 0.29 | 0 | 0.25 | 0.07 | 128.7 | 0.66 | 0.79 |
Hex | A8 | ED | B2 | 1D | 0 | 19 | 7 | 81 | 42 | 4F |
Octal | 250 | 355 | 262 | 35 | 0 | 31 | 7 | 201 | 102 | 117 |
Binary | 10101000 | 11101101 | 10110010 | 11101 | 0 | 11001 | 111 | 10000001 | 1000010 | 1001111 |
Color Harmonies of #A8EDB2
Complementary color
Monochromatic Colors of #A8EDB2
Black with #A8EDB2
Text Example
Text Example
White with #A8EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDB2; }
p { color: rgb(168,237,178); }
H1.HeaderClassName
{
color: #A8EDB2;
}
.AnyTagClassName
{
color: #A8EDB2;
}
</style>
background-color css
<style>
a { background-color: #A8EDB2; }
a { background-color: rgb(168,237,178); }
div.DivClassName
{
background-color: #A8EDB2;
}
.BgClassName
{
background-color: #A8EDB2;
}
</style>
border-color css
<style>
span { border-color: #A8EDB2; }
span { border-color: rgb(168,237,178); }
td.TdClassName
{
border-color: #A8EDB2;
}
.TagClassName
{
border-color: #A8EDB2;
}
</style>