Shades of Celadon #B2EFB5
Tints of Celadon #B2EFB5
RGB
CMYK
RGB Variations
Color information
#B2EFB5 (or 0xB2EFB5) is known color: Celadon. HEX triplet: B2, EF and B5. RGB value is (178,239,181). Sum of RGB (Red+Green+Blue) = 178+239+181=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFB5 is #4D104A. Grayscale: #D6D6D6. Windows color (decimal): -5050443 or 11923378. OLE color: 11923378.
HSL color Cylindrical-coordinate representation of color #B2EFB5: hue angle of 122.95º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFB5 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 181 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.06 |
| HSL | 122.95º | 0.66% | 0.82% | - |
| HSV(B) | 122.95º | 0.26% | 0.94% | - |
| XYZ | 57.57 | 74.53 | 55.07 | - |
| YUV | 214.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 181 | 0.26 | 0 | 0.24 | 0.06 | 122.95 | 0.66 | 0.82 |
| Hex | B2 | EF | B5 | 1A | 0 | 18 | 6 | 7B | 42 | 52 |
| Octal | 262 | 357 | 265 | 32 | 0 | 30 | 6 | 173 | 102 | 122 |
| Binary | 10110010 | 11101111 | 10110101 | 11010 | 0 | 11000 | 110 | 1111011 | 1000010 | 1010010 |
Color Harmonies of #B2EFB5
Complementary color
Monochromatic Colors of #B2EFB5
Black with #B2EFB5
Text Example
Text Example
White with #B2EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFB5; }
p { color: rgb(178,239,181); }
H1.HeaderClassName
{
color: #B2EFB5;
}
.AnyTagClassName
{
color: #B2EFB5;
}
</style>
background-color css
<style>
a { background-color: #B2EFB5; }
a { background-color: rgb(178,239,181); }
div.DivClassName
{
background-color: #B2EFB5;
}
.BgClassName
{
background-color: #B2EFB5;
}
</style>
border-color css
<style>
span { border-color: #B2EFB5; }
span { border-color: rgb(178,239,181); }
td.TdClassName
{
border-color: #B2EFB5;
}
.TagClassName
{
border-color: #B2EFB5;
}
</style>