Shades of Celadon #B6EDB6
Tints of Celadon #B6EDB6
RGB
CMYK
RGB Variations
Color information
#B6EDB6 (or 0xB6EDB6) is known color: Celadon. HEX triplet: B6, ED and B6. RGB value is (182,237,182). Sum of RGB (Red+Green+Blue) = 182+237+182=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDB6 is #491249. Grayscale: #D6D6D6. Windows color (decimal): -4788810 or 11988406. OLE color: 11988406.
HSL color Cylindrical-coordinate representation of color #B6EDB6: hue angle of 120º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDB6 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 182 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.07 |
| HSL | 120º | 0.6% | 0.82% | - |
| HSV(B) | 120º | 0.23% | 0.93% | - |
| XYZ | 58.02 | 73.89 | 55.46 | - |
| YUV | 214.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 182 | 0.23 | 0 | 0.23 | 0.07 | 120 | 0.6 | 0.82 |
| Hex | B6 | ED | B6 | 17 | 0 | 17 | 7 | 78 | 3C | 52 |
| Octal | 266 | 355 | 266 | 27 | 0 | 27 | 7 | 170 | 74 | 122 |
| Binary | 10110110 | 11101101 | 10110110 | 10111 | 0 | 10111 | 111 | 1111000 | 111100 | 1010010 |
Color Harmonies of #B6EDB6
Complementary color
Monochromatic Colors of #B6EDB6
Black with #B6EDB6
Text Example
Text Example
White with #B6EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDB6; }
p { color: rgb(182,237,182); }
H1.HeaderClassName
{
color: #B6EDB6;
}
.AnyTagClassName
{
color: #B6EDB6;
}
</style>
background-color css
<style>
a { background-color: #B6EDB6; }
a { background-color: rgb(182,237,182); }
div.DivClassName
{
background-color: #B6EDB6;
}
.BgClassName
{
background-color: #B6EDB6;
}
</style>
border-color css
<style>
span { border-color: #B6EDB6; }
span { border-color: rgb(182,237,182); }
td.TdClassName
{
border-color: #B6EDB6;
}
.TagClassName
{
border-color: #B6EDB6;
}
</style>