Shades of Celadon #B0EDB3
Tints of Celadon #B0EDB3
RGB
CMYK
RGB Variations
Color information
#B0EDB3 (or 0xB0EDB3) is known color: Celadon. HEX triplet: B0, ED and B3. RGB value is (176,237,179). Sum of RGB (Red+Green+Blue) = 176+237+179=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDB3 is #4F124C. Grayscale: #D4D4D4. Windows color (decimal): -5182029 or 11791792. OLE color: 11791792.
HSL color Cylindrical-coordinate representation of color #B0EDB3: hue angle of 122.95º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDB3 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 179 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.07 |
| HSL | 122.95º | 0.63% | 0.81% | - |
| HSV(B) | 122.95º | 0.26% | 0.93% | - |
| XYZ | 56.33 | 73.05 | 53.78 | - |
| YUV | 212.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 179 | 0.26 | 0 | 0.24 | 0.07 | 122.95 | 0.63 | 0.81 |
| Hex | B0 | ED | B3 | 1A | 0 | 18 | 7 | 7B | 3F | 51 |
| Octal | 260 | 355 | 263 | 32 | 0 | 30 | 7 | 173 | 77 | 121 |
| Binary | 10110000 | 11101101 | 10110011 | 11010 | 0 | 11000 | 111 | 1111011 | 111111 | 1010001 |
Color Harmonies of #B0EDB3
Complementary color
Monochromatic Colors of #B0EDB3
Black with #B0EDB3
Text Example
Text Example
White with #B0EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDB3; }
p { color: rgb(176,237,179); }
H1.HeaderClassName
{
color: #B0EDB3;
}
.AnyTagClassName
{
color: #B0EDB3;
}
</style>
background-color css
<style>
a { background-color: #B0EDB3; }
a { background-color: rgb(176,237,179); }
div.DivClassName
{
background-color: #B0EDB3;
}
.BgClassName
{
background-color: #B0EDB3;
}
</style>
border-color css
<style>
span { border-color: #B0EDB3; }
span { border-color: rgb(176,237,179); }
td.TdClassName
{
border-color: #B0EDB3;
}
.TagClassName
{
border-color: #B0EDB3;
}
</style>