Shades of Celadon #B0EAB4
Tints of Celadon #B0EAB4
RGB
CMYK
RGB Variations
Color information
#B0EAB4 (or 0xB0EAB4) is known color: Celadon. HEX triplet: B0, EA and B4. RGB value is (176,234,180). Sum of RGB (Red+Green+Blue) = 176+234+180=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EAB4 is #4F154B. Grayscale: #D2D2D2. Windows color (decimal): -5182796 or 11856560. OLE color: 11856560.
HSL color Cylindrical-coordinate representation of color #B0EAB4: hue angle of 124.14º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EAB4 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 180 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.08 |
| HSL | 124.14º | 0.58% | 0.8% | - |
| HSV(B) | 124.14º | 0.25% | 0.92% | - |
| XYZ | 55.57 | 71.37 | 54.03 | - |
| YUV | 210.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 180 | 0.25 | 0 | 0.23 | 0.08 | 124.14 | 0.58 | 0.8 |
| Hex | B0 | EA | B4 | 19 | 0 | 17 | 8 | 7C | 3A | 50 |
| Octal | 260 | 352 | 264 | 31 | 0 | 27 | 10 | 174 | 72 | 120 |
| Binary | 10110000 | 11101010 | 10110100 | 11001 | 0 | 10111 | 1000 | 1111100 | 111010 | 1010000 |
Color Harmonies of #B0EAB4
Complementary color
Monochromatic Colors of #B0EAB4
Black with #B0EAB4
Text Example
Text Example
White with #B0EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAB4; }
p { color: rgb(176,234,180); }
H1.HeaderClassName
{
color: #B0EAB4;
}
.AnyTagClassName
{
color: #B0EAB4;
}
</style>
background-color css
<style>
a { background-color: #B0EAB4; }
a { background-color: rgb(176,234,180); }
div.DivClassName
{
background-color: #B0EAB4;
}
.BgClassName
{
background-color: #B0EAB4;
}
</style>
border-color css
<style>
span { border-color: #B0EAB4; }
span { border-color: rgb(176,234,180); }
td.TdClassName
{
border-color: #B0EAB4;
}
.TagClassName
{
border-color: #B0EAB4;
}
</style>