Shades of Celadon #B6EDB5
Tints of Celadon #B6EDB5
RGB
CMYK
RGB Variations
Color information
#B6EDB5 (or 0xB6EDB5) is known color: Celadon. HEX triplet: B6, ED and B5. RGB value is (182,237,181). Sum of RGB (Red+Green+Blue) = 182+237+181=600 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDB5 is #49124A. Grayscale: #D6D6D6. Windows color (decimal): -4788811 or 11922870. OLE color: 11922870.
HSL color Cylindrical-coordinate representation of color #B6EDB5: hue angle of 118.93º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EDB5 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
RGB | 182 | 237 | 181 | - |
CMYK | 0.23 | 0 | 0.24 | 0.07 |
HSL | 118.93º | 0.61% | 0.82% | - |
HSV(B) | 118.93º | 0.24% | 0.93% | - |
XYZ | 57.92 | 73.85 | 54.92 | - |
YUV | 214.17 | 109.28 | 105.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 237 | 181 | 0.23 | 0 | 0.24 | 0.07 | 118.93 | 0.61 | 0.82 |
Hex | B6 | ED | B5 | 17 | 0 | 18 | 7 | 77 | 3D | 52 |
Octal | 266 | 355 | 265 | 27 | 0 | 30 | 7 | 167 | 75 | 122 |
Binary | 10110110 | 11101101 | 10110101 | 10111 | 0 | 11000 | 111 | 1110111 | 111101 | 1010010 |
Color Harmonies of #B6EDB5
Complementary color
Monochromatic Colors of #B6EDB5
Black with #B6EDB5
Text Example
Text Example
White with #B6EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDB5; }
p { color: rgb(182,237,181); }
H1.HeaderClassName
{
color: #B6EDB5;
}
.AnyTagClassName
{
color: #B6EDB5;
}
</style>
background-color css
<style>
a { background-color: #B6EDB5; }
a { background-color: rgb(182,237,181); }
div.DivClassName
{
background-color: #B6EDB5;
}
.BgClassName
{
background-color: #B6EDB5;
}
</style>
border-color css
<style>
span { border-color: #B6EDB5; }
span { border-color: rgb(182,237,181); }
td.TdClassName
{
border-color: #B6EDB5;
}
.TagClassName
{
border-color: #B6EDB5;
}
</style>