Shades of Celadon #B5EDB6
Tints of Celadon #B5EDB6
RGB
CMYK
RGB Variations
Color information
#B5EDB6 (or 0xB5EDB6) is known color: Celadon. HEX triplet: B5, ED and B6. RGB value is (181,237,182). Sum of RGB (Red+Green+Blue) = 181+237+182=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB6 is #4A1249. Grayscale: #D6D6D6. Windows color (decimal): -4854346 or 11988405. OLE color: 11988405.
HSL color Cylindrical-coordinate representation of color #B5EDB6: hue angle of 121.07º 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 #B5EDB6 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 182 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.07 |
| HSL | 121.07º | 0.61% | 0.82% | - |
| HSV(B) | 121.07º | 0.24% | 0.93% | - |
| XYZ | 57.78 | 73.77 | 55.45 | - |
| YUV | 213.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 182 | 0.24 | 0 | 0.23 | 0.07 | 121.07 | 0.61 | 0.82 |
| Hex | B5 | ED | B6 | 18 | 0 | 17 | 7 | 79 | 3D | 52 |
| Octal | 265 | 355 | 266 | 30 | 0 | 27 | 7 | 171 | 75 | 122 |
| Binary | 10110101 | 11101101 | 10110110 | 11000 | 0 | 10111 | 111 | 1111001 | 111101 | 1010010 |
Color Harmonies of #B5EDB6
Complementary color
Monochromatic Colors of #B5EDB6
Black with #B5EDB6
Text Example
Text Example
White with #B5EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDB6; }
p { color: rgb(181,237,182); }
H1.HeaderClassName
{
color: #B5EDB6;
}
.AnyTagClassName
{
color: #B5EDB6;
}
</style>
background-color css
<style>
a { background-color: #B5EDB6; }
a { background-color: rgb(181,237,182); }
div.DivClassName
{
background-color: #B5EDB6;
}
.BgClassName
{
background-color: #B5EDB6;
}
</style>
border-color css
<style>
span { border-color: #B5EDB6; }
span { border-color: rgb(181,237,182); }
td.TdClassName
{
border-color: #B5EDB6;
}
.TagClassName
{
border-color: #B5EDB6;
}
</style>