Shades of Celadon #B0FEB4
Tints of Celadon #B0FEB4
RGB
CMYK
RGB Variations
Color information
#B0FEB4 (or 0xB0FEB4) is known color: Celadon. HEX triplet: B0, FE and B4. RGB value is (176,254,180). Sum of RGB (Red+Green+Blue) = 176+254+180=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEB4 is #4F014B. Grayscale: #DEDEDE. Windows color (decimal): -5177676 or 11861680. OLE color: 11861680.
HSL color Cylindrical-coordinate representation of color #B0FEB4: hue angle of 123.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEB4 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 180 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.00 |
| HSL | 123.08º | 0.98% | 0.84% | - |
| HSV(B) | 123.08º | 0.31% | 1% | - |
| XYZ | 61.58 | 83.41 | 56.03 | - |
| YUV | 222.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 180 | 0.31 | 0 | 0.29 | 0.00 | 123.08 | 0.98 | 0.84 |
| Hex | B0 | FE | B4 | 1F | 0 | 1D | 0 | 7B | 62 | 54 |
| Octal | 260 | 376 | 264 | 37 | 0 | 35 | 0 | 173 | 142 | 124 |
| Binary | 10110000 | 11111110 | 10110100 | 11111 | 0 | 11101 | 0 | 1111011 | 1100010 | 1010100 |
Color Harmonies of #B0FEB4
Complementary color
Monochromatic Colors of #B0FEB4
Black with #B0FEB4
Text Example
Text Example
White with #B0FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEB4; }
p { color: rgb(176,254,180); }
H1.HeaderClassName
{
color: #B0FEB4;
}
.AnyTagClassName
{
color: #B0FEB4;
}
</style>
background-color css
<style>
a { background-color: #B0FEB4; }
a { background-color: rgb(176,254,180); }
div.DivClassName
{
background-color: #B0FEB4;
}
.BgClassName
{
background-color: #B0FEB4;
}
</style>
border-color css
<style>
span { border-color: #B0FEB4; }
span { border-color: rgb(176,254,180); }
td.TdClassName
{
border-color: #B0FEB4;
}
.TagClassName
{
border-color: #B0FEB4;
}
</style>