Shades of Celadon #B2ECB5
Tints of Celadon #B2ECB5
RGB
CMYK
RGB Variations
Color information
#B2ECB5 (or 0xB2ECB5) is known color: Celadon. HEX triplet: B2, EC and B5. RGB value is (178,236,181). Sum of RGB (Red+Green+Blue) = 178+236+181=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECB5 is #4D134A. Grayscale: #D4D4D4. Windows color (decimal): -5051211 or 11922610. OLE color: 11922610.
HSL color Cylindrical-coordinate representation of color #B2ECB5: hue angle of 123.1º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECB5 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 236 | 181 | - |
CMYK | 0.25 | 0 | 0.23 | 0.07 |
HSL | 123.1º | 0.6% | 0.81% | - |
HSV(B) | 123.1º | 0.25% | 0.93% | - |
XYZ | 56.7 | 72.79 | 54.78 | - |
YUV | 212.39 | 110.28 | 103.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 236 | 181 | 0.25 | 0 | 0.23 | 0.07 | 123.1 | 0.6 | 0.81 |
Hex | B2 | EC | B5 | 19 | 0 | 17 | 7 | 7B | 3C | 51 |
Octal | 262 | 354 | 265 | 31 | 0 | 27 | 7 | 173 | 74 | 121 |
Binary | 10110010 | 11101100 | 10110101 | 11001 | 0 | 10111 | 111 | 1111011 | 111100 | 1010001 |
Color Harmonies of #B2ECB5
Complementary color
Monochromatic Colors of #B2ECB5
Black with #B2ECB5
Text Example
Text Example
White with #B2ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECB5; }
p { color: rgb(178,236,181); }
H1.HeaderClassName
{
color: #B2ECB5;
}
.AnyTagClassName
{
color: #B2ECB5;
}
</style>
background-color css
<style>
a { background-color: #B2ECB5; }
a { background-color: rgb(178,236,181); }
div.DivClassName
{
background-color: #B2ECB5;
}
.BgClassName
{
background-color: #B2ECB5;
}
</style>
border-color css
<style>
span { border-color: #B2ECB5; }
span { border-color: rgb(178,236,181); }
td.TdClassName
{
border-color: #B2ECB5;
}
.TagClassName
{
border-color: #B2ECB5;
}
</style>