Shades of Celadon #B0FBAB
Tints of Celadon #B0FBAB
RGB
CMYK
RGB Variations
Color information
#B0FBAB (or 0xB0FBAB) is known color: Celadon. HEX triplet: B0, FB and AB. RGB value is (176,251,171). Sum of RGB (Red+Green+Blue) = 176+251+171=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 251 (98.44% from 255 or 41.97% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FBAB is #4F0454. Grayscale: #DBDBDB. Windows color (decimal): -5178453 or 11271088. OLE color: 11271088.
HSL color Cylindrical-coordinate representation of color #B0FBAB: hue angle of 116.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FBAB is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 171 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.02 |
| HSL | 116.25º | 0.91% | 0.83% | - |
| HSV(B) | 116.25º | 0.32% | 0.98% | - |
| XYZ | 59.75 | 81.16 | 51.05 | - |
| YUV | 219.46 | 100.65 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 171 | 0.30 | 0 | 0.32 | 0.02 | 116.25 | 0.91 | 0.83 |
| Hex | B0 | FB | AB | 1E | 0 | 20 | 2 | 74 | 5B | 53 |
| Octal | 260 | 373 | 253 | 36 | 0 | 40 | 2 | 164 | 133 | 123 |
| Binary | 10110000 | 11111011 | 10101011 | 11110 | 0 | 100000 | 10 | 1110100 | 1011011 | 1010011 |
Color Harmonies of #B0FBAB
Complementary color
Monochromatic Colors of #B0FBAB
Black with #B0FBAB
Text Example
Text Example
White with #B0FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBAB; }
p { color: rgb(176,251,171); }
H1.HeaderClassName
{
color: #B0FBAB;
}
.AnyTagClassName
{
color: #B0FBAB;
}
</style>
background-color css
<style>
a { background-color: #B0FBAB; }
a { background-color: rgb(176,251,171); }
div.DivClassName
{
background-color: #B0FBAB;
}
.BgClassName
{
background-color: #B0FBAB;
}
</style>
border-color css
<style>
span { border-color: #B0FBAB; }
span { border-color: rgb(176,251,171); }
td.TdClassName
{
border-color: #B0FBAB;
}
.TagClassName
{
border-color: #B0FBAB;
}
</style>