Shades of Celadon #B2EFB0
Tints of Celadon #B2EFB0
RGB
CMYK
RGB Variations
Color information
#B2EFB0 (or 0xB2EFB0) is known color: Celadon. HEX triplet: B2, EF and B0. RGB value is (178,239,176). Sum of RGB (Red+Green+Blue) = 178+239+176=593 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.02% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 176 (69.14% from 255 or 29.68% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFB0 is #4D104F. Grayscale: #D5D5D5. Windows color (decimal): -5050448 or 11595698. OLE color: 11595698.
HSL color Cylindrical-coordinate representation of color #B2EFB0: hue angle of 118.1º 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 #B2EFB0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 176 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.06 |
| HSL | 118.1º | 0.66% | 0.81% | - |
| HSV(B) | 118.1º | 0.26% | 0.94% | - |
| XYZ | 57.06 | 74.33 | 52.41 | - |
| YUV | 213.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 176 | 0.26 | 0 | 0.26 | 0.06 | 118.1 | 0.66 | 0.81 |
| Hex | B2 | EF | B0 | 1A | 0 | 1A | 6 | 76 | 42 | 51 |
| Octal | 262 | 357 | 260 | 32 | 0 | 32 | 6 | 166 | 102 | 121 |
| Binary | 10110010 | 11101111 | 10110000 | 11010 | 0 | 11010 | 110 | 1110110 | 1000010 | 1010001 |
Color Harmonies of #B2EFB0
Complementary color
Monochromatic Colors of #B2EFB0
Black with #B2EFB0
Text Example
Text Example
White with #B2EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFB0; }
p { color: rgb(178,239,176); }
H1.HeaderClassName
{
color: #B2EFB0;
}
.AnyTagClassName
{
color: #B2EFB0;
}
</style>
background-color css
<style>
a { background-color: #B2EFB0; }
a { background-color: rgb(178,239,176); }
div.DivClassName
{
background-color: #B2EFB0;
}
.BgClassName
{
background-color: #B2EFB0;
}
</style>
border-color css
<style>
span { border-color: #B2EFB0; }
span { border-color: rgb(178,239,176); }
td.TdClassName
{
border-color: #B2EFB0;
}
.TagClassName
{
border-color: #B2EFB0;
}
</style>