Shades of Celadon #B3ECB5
Tints of Celadon #B3ECB5
RGB
CMYK
RGB Variations
Color information
#B3ECB5 (or 0xB3ECB5) is known color: Celadon. HEX triplet: B3, EC and B5. RGB value is (179,236,181). Sum of RGB (Red+Green+Blue) = 179+236+181=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECB5 is #4C134A. Grayscale: #D4D4D4. Windows color (decimal): -4985675 or 11922611. OLE color: 11922611.
HSL color Cylindrical-coordinate representation of color #B3ECB5: hue angle of 122.11º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECB5 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 181 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.07 |
| HSL | 122.11º | 0.6% | 0.81% | - |
| HSV(B) | 122.11º | 0.24% | 0.93% | - |
| XYZ | 56.93 | 72.91 | 54.79 | - |
| YUV | 212.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 181 | 0.24 | 0 | 0.23 | 0.07 | 122.11 | 0.6 | 0.81 |
| Hex | B3 | EC | B5 | 18 | 0 | 17 | 7 | 7A | 3C | 51 |
| Octal | 263 | 354 | 265 | 30 | 0 | 27 | 7 | 172 | 74 | 121 |
| Binary | 10110011 | 11101100 | 10110101 | 11000 | 0 | 10111 | 111 | 1111010 | 111100 | 1010001 |
Color Harmonies of #B3ECB5
Complementary color
Monochromatic Colors of #B3ECB5
Black with #B3ECB5
Text Example
Text Example
White with #B3ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECB5; }
p { color: rgb(179,236,181); }
H1.HeaderClassName
{
color: #B3ECB5;
}
.AnyTagClassName
{
color: #B3ECB5;
}
</style>
background-color css
<style>
a { background-color: #B3ECB5; }
a { background-color: rgb(179,236,181); }
div.DivClassName
{
background-color: #B3ECB5;
}
.BgClassName
{
background-color: #B3ECB5;
}
</style>
border-color css
<style>
span { border-color: #B3ECB5; }
span { border-color: rgb(179,236,181); }
td.TdClassName
{
border-color: #B3ECB5;
}
.TagClassName
{
border-color: #B3ECB5;
}
</style>