Shades of Celadon #B3E1B5
Tints of Celadon #B3E1B5
RGB
CMYK
RGB Variations
Color information
#B3E1B5 (or 0xB3E1B5) is known color: Celadon. HEX triplet: B3, E1 and B5. RGB value is (179,225,181). Sum of RGB (Red+Green+Blue) = 179+225+181=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E1B5 is #4C1E4A. Grayscale: #CECECE. Windows color (decimal): -4988491 or 11919795. OLE color: 11919795.
HSL color Cylindrical-coordinate representation of color #B3E1B5: hue angle of 122.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E1B5 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 225 | 181 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.12 |
| HSL | 122.61º | 0.43% | 0.79% | - |
| HSV(B) | 122.61º | 0.2% | 0.88% | - |
| XYZ | 53.86 | 66.77 | 53.77 | - |
| YUV | 206.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 225 | 181 | 0.20 | 0 | 0.20 | 0.12 | 122.61 | 0.43 | 0.79 |
| Hex | B3 | E1 | B5 | 14 | 0 | 14 | C | 7B | 2B | 4F |
| Octal | 263 | 341 | 265 | 24 | 0 | 24 | 14 | 173 | 53 | 117 |
| Binary | 10110011 | 11100001 | 10110101 | 10100 | 0 | 10100 | 1100 | 1111011 | 101011 | 1001111 |
Color Harmonies of #B3E1B5
Complementary color
Monochromatic Colors of #B3E1B5
Black with #B3E1B5
Text Example
Text Example
White with #B3E1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E1B5; }
p { color: rgb(179,225,181); }
H1.HeaderClassName
{
color: #B3E1B5;
}
.AnyTagClassName
{
color: #B3E1B5;
}
</style>
background-color css
<style>
a { background-color: #B3E1B5; }
a { background-color: rgb(179,225,181); }
div.DivClassName
{
background-color: #B3E1B5;
}
.BgClassName
{
background-color: #B3E1B5;
}
</style>
border-color css
<style>
span { border-color: #B3E1B5; }
span { border-color: rgb(179,225,181); }
td.TdClassName
{
border-color: #B3E1B5;
}
.TagClassName
{
border-color: #B3E1B5;
}
</style>