Shades of Celadon #B0EFB5
Tints of Celadon #B0EFB5
RGB
CMYK
RGB Variations
Color information
#B0EFB5 (or 0xB0EFB5) is known color: Celadon. HEX triplet: B0, EF and B5. RGB value is (176,239,181). Sum of RGB (Red+Green+Blue) = 176+239+181=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFB5 is #4F104A. Grayscale: #D5D5D5. Windows color (decimal): -5181515 or 11923376. OLE color: 11923376.
HSL color Cylindrical-coordinate representation of color #B0EFB5: hue angle of 124.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFB5 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 181 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.06 |
| HSL | 124.76º | 0.66% | 0.81% | - |
| HSV(B) | 124.76º | 0.26% | 0.94% | - |
| XYZ | 57.11 | 74.3 | 55.05 | - |
| YUV | 213.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 181 | 0.26 | 0 | 0.24 | 0.06 | 124.76 | 0.66 | 0.81 |
| Hex | B0 | EF | B5 | 1A | 0 | 18 | 6 | 7D | 42 | 51 |
| Octal | 260 | 357 | 265 | 32 | 0 | 30 | 6 | 175 | 102 | 121 |
| Binary | 10110000 | 11101111 | 10110101 | 11010 | 0 | 11000 | 110 | 1111101 | 1000010 | 1010001 |
Color Harmonies of #B0EFB5
Complementary color
Monochromatic Colors of #B0EFB5
Black with #B0EFB5
Text Example
Text Example
White with #B0EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFB5; }
p { color: rgb(176,239,181); }
H1.HeaderClassName
{
color: #B0EFB5;
}
.AnyTagClassName
{
color: #B0EFB5;
}
</style>
background-color css
<style>
a { background-color: #B0EFB5; }
a { background-color: rgb(176,239,181); }
div.DivClassName
{
background-color: #B0EFB5;
}
.BgClassName
{
background-color: #B0EFB5;
}
</style>
border-color css
<style>
span { border-color: #B0EFB5; }
span { border-color: rgb(176,239,181); }
td.TdClassName
{
border-color: #B0EFB5;
}
.TagClassName
{
border-color: #B0EFB5;
}
</style>