Shades of Celadon #B4EAB6
Tints of Celadon #B4EAB6
RGB
CMYK
RGB Variations
Color information
#B4EAB6 (or 0xB4EAB6) is known color: Celadon. HEX triplet: B4, EA and B6. RGB value is (180,234,182). Sum of RGB (Red+Green+Blue) = 180+234+182=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EAB6 is #4B1549. Grayscale: #D4D4D4. Windows color (decimal): -4920650 or 11987636. OLE color: 11987636.
HSL color Cylindrical-coordinate representation of color #B4EAB6: hue angle of 122.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EAB6 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 234 | 182 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.08 |
| HSL | 122.22º | 0.56% | 0.81% | - |
| HSV(B) | 122.22º | 0.23% | 0.92% | - |
| XYZ | 56.69 | 71.93 | 55.15 | - |
| YUV | 211.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 234 | 182 | 0.23 | 0 | 0.22 | 0.08 | 122.22 | 0.56 | 0.81 |
| Hex | B4 | EA | B6 | 17 | 0 | 16 | 8 | 7A | 38 | 51 |
| Octal | 264 | 352 | 266 | 27 | 0 | 26 | 10 | 172 | 70 | 121 |
| Binary | 10110100 | 11101010 | 10110110 | 10111 | 0 | 10110 | 1000 | 1111010 | 111000 | 1010001 |
Color Harmonies of #B4EAB6
Complementary color
Monochromatic Colors of #B4EAB6
Black with #B4EAB6
Text Example
Text Example
White with #B4EAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EAB6; }
p { color: rgb(180,234,182); }
H1.HeaderClassName
{
color: #B4EAB6;
}
.AnyTagClassName
{
color: #B4EAB6;
}
</style>
background-color css
<style>
a { background-color: #B4EAB6; }
a { background-color: rgb(180,234,182); }
div.DivClassName
{
background-color: #B4EAB6;
}
.BgClassName
{
background-color: #B4EAB6;
}
</style>
border-color css
<style>
span { border-color: #B4EAB6; }
span { border-color: rgb(180,234,182); }
td.TdClassName
{
border-color: #B4EAB6;
}
.TagClassName
{
border-color: #B4EAB6;
}
</style>