Shades of Celadon #B0FBB3
Tints of Celadon #B0FBB3
RGB
CMYK
RGB Variations
Color information
#B0FBB3 (or 0xB0FBB3) is known color: Celadon. HEX triplet: B0, FB and B3. RGB value is (176,251,179). Sum of RGB (Red+Green+Blue) = 176+251+179=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBB3 is #4F044C. Grayscale: #DCDCDC. Windows color (decimal): -5178445 or 11795376. OLE color: 11795376.
HSL color Cylindrical-coordinate representation of color #B0FBB3: hue angle of 122.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBB3 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 179 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.02 |
| HSL | 122.4º | 0.9% | 0.84% | - |
| HSV(B) | 122.4º | 0.3% | 0.98% | - |
| XYZ | 60.54 | 81.48 | 55.18 | - |
| YUV | 220.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 179 | 0.30 | 0 | 0.29 | 0.02 | 122.4 | 0.9 | 0.84 |
| Hex | B0 | FB | B3 | 1E | 0 | 1D | 2 | 7A | 5A | 54 |
| Octal | 260 | 373 | 263 | 36 | 0 | 35 | 2 | 172 | 132 | 124 |
| Binary | 10110000 | 11111011 | 10110011 | 11110 | 0 | 11101 | 10 | 1111010 | 1011010 | 1010100 |
Color Harmonies of #B0FBB3
Complementary color
Monochromatic Colors of #B0FBB3
Black with #B0FBB3
Text Example
Text Example
White with #B0FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBB3; }
p { color: rgb(176,251,179); }
H1.HeaderClassName
{
color: #B0FBB3;
}
.AnyTagClassName
{
color: #B0FBB3;
}
</style>
background-color css
<style>
a { background-color: #B0FBB3; }
a { background-color: rgb(176,251,179); }
div.DivClassName
{
background-color: #B0FBB3;
}
.BgClassName
{
background-color: #B0FBB3;
}
</style>
border-color css
<style>
span { border-color: #B0FBB3; }
span { border-color: rgb(176,251,179); }
td.TdClassName
{
border-color: #B0FBB3;
}
.TagClassName
{
border-color: #B0FBB3;
}
</style>