Shades of Celadon #B0FDB4
Tints of Celadon #B0FDB4
RGB
CMYK
RGB Variations
Color information
#B0FDB4 (or 0xB0FDB4) is known color: Celadon. HEX triplet: B0, FD and B4. RGB value is (176,253,180). Sum of RGB (Red+Green+Blue) = 176+253+180=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDB4 is #4F024B. Grayscale: #DDDDDD. Windows color (decimal): -5177932 or 11861424. OLE color: 11861424.
HSL color Cylindrical-coordinate representation of color #B0FDB4: hue angle of 123.12º 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 #B0FDB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 180 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.01 |
| HSL | 123.12º | 0.95% | 0.84% | - |
| HSV(B) | 123.12º | 0.3% | 0.99% | - |
| XYZ | 61.27 | 82.78 | 55.93 | - |
| YUV | 221.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 180 | 0.30 | 0 | 0.29 | 0.01 | 123.12 | 0.95 | 0.84 |
| Hex | B0 | FD | B4 | 1E | 0 | 1D | 1 | 7B | 5F | 54 |
| Octal | 260 | 375 | 264 | 36 | 0 | 35 | 1 | 173 | 137 | 124 |
| Binary | 10110000 | 11111101 | 10110100 | 11110 | 0 | 11101 | 1 | 1111011 | 1011111 | 1010100 |
Color Harmonies of #B0FDB4
Complementary color
Monochromatic Colors of #B0FDB4
Black with #B0FDB4
Text Example
Text Example
White with #B0FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDB4; }
p { color: rgb(176,253,180); }
H1.HeaderClassName
{
color: #B0FDB4;
}
.AnyTagClassName
{
color: #B0FDB4;
}
</style>
background-color css
<style>
a { background-color: #B0FDB4; }
a { background-color: rgb(176,253,180); }
div.DivClassName
{
background-color: #B0FDB4;
}
.BgClassName
{
background-color: #B0FDB4;
}
</style>
border-color css
<style>
span { border-color: #B0FDB4; }
span { border-color: rgb(176,253,180); }
td.TdClassName
{
border-color: #B0FDB4;
}
.TagClassName
{
border-color: #B0FDB4;
}
</style>