Shades of Celadon #B0FDB2
Tints of Celadon #B0FDB2
RGB
CMYK
RGB Variations
Color information
#B0FDB2 (or 0xB0FDB2) is known color: Celadon. HEX triplet: B0, FD and B2. RGB value is (176,253,178). Sum of RGB (Red+Green+Blue) = 176+253+178=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDB2 is #4F024D. Grayscale: #DDDDDD. Windows color (decimal): -5177934 or 11730352. OLE color: 11730352.
HSL color Cylindrical-coordinate representation of color #B0FDB2: hue angle of 121.56º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDB2 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 178 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.01 |
| HSL | 121.56º | 0.95% | 0.84% | - |
| HSV(B) | 121.56º | 0.3% | 0.99% | - |
| XYZ | 61.07 | 82.7 | 54.86 | - |
| YUV | 221.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 178 | 0.30 | 0 | 0.30 | 0.01 | 121.56 | 0.95 | 0.84 |
| Hex | B0 | FD | B2 | 1E | 0 | 1E | 1 | 7A | 5F | 54 |
| Octal | 260 | 375 | 262 | 36 | 0 | 36 | 1 | 172 | 137 | 124 |
| Binary | 10110000 | 11111101 | 10110010 | 11110 | 0 | 11110 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #B0FDB2
Complementary color
Monochromatic Colors of #B0FDB2
Black with #B0FDB2
Text Example
Text Example
White with #B0FDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDB2; }
p { color: rgb(176,253,178); }
H1.HeaderClassName
{
color: #B0FDB2;
}
.AnyTagClassName
{
color: #B0FDB2;
}
</style>
background-color css
<style>
a { background-color: #B0FDB2; }
a { background-color: rgb(176,253,178); }
div.DivClassName
{
background-color: #B0FDB2;
}
.BgClassName
{
background-color: #B0FDB2;
}
</style>
border-color css
<style>
span { border-color: #B0FDB2; }
span { border-color: rgb(176,253,178); }
td.TdClassName
{
border-color: #B0FDB2;
}
.TagClassName
{
border-color: #B0FDB2;
}
</style>