Shades of Celadon #B0EEB2
Tints of Celadon #B0EEB2
RGB
CMYK
RGB Variations
Color information
#B0EEB2 (or 0xB0EEB2) is known color: Celadon. HEX triplet: B0, EE and B2. RGB value is (176,238,178). Sum of RGB (Red+Green+Blue) = 176+238+178=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEB2 is #4F114D. Grayscale: #D4D4D4. Windows color (decimal): -5181774 or 11726512. OLE color: 11726512.
HSL color Cylindrical-coordinate representation of color #B0EEB2: hue angle of 121.94º degrees, saturation: 0.65, 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 #B0EEB2 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 178 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 121.94º | 0.65% | 0.81% | - |
| HSV(B) | 121.94º | 0.26% | 0.93% | - |
| XYZ | 56.51 | 73.59 | 53.35 | - |
| YUV | 212.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 178 | 0.26 | 0 | 0.25 | 0.07 | 121.94 | 0.65 | 0.81 |
| Hex | B0 | EE | B2 | 1A | 0 | 19 | 7 | 7A | 41 | 51 |
| Octal | 260 | 356 | 262 | 32 | 0 | 31 | 7 | 172 | 101 | 121 |
| Binary | 10110000 | 11101110 | 10110010 | 11010 | 0 | 11001 | 111 | 1111010 | 1000001 | 1010001 |
Color Harmonies of #B0EEB2
Complementary color
Monochromatic Colors of #B0EEB2
Black with #B0EEB2
Text Example
Text Example
White with #B0EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEB2; }
p { color: rgb(176,238,178); }
H1.HeaderClassName
{
color: #B0EEB2;
}
.AnyTagClassName
{
color: #B0EEB2;
}
</style>
background-color css
<style>
a { background-color: #B0EEB2; }
a { background-color: rgb(176,238,178); }
div.DivClassName
{
background-color: #B0EEB2;
}
.BgClassName
{
background-color: #B0EEB2;
}
</style>
border-color css
<style>
span { border-color: #B0EEB2; }
span { border-color: rgb(176,238,178); }
td.TdClassName
{
border-color: #B0EEB2;
}
.TagClassName
{
border-color: #B0EEB2;
}
</style>