Shades of Celadon #B0FCAC
Tints of Celadon #B0FCAC
RGB
CMYK
RGB Variations
Color information
#B0FCAC (or 0xB0FCAC) is known color: Celadon. HEX triplet: B0, FC and AC. RGB value is (176,252,172). Sum of RGB (Red+Green+Blue) = 176+252+172=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCAC is #4F0353. Grayscale: #DCDCDC. Windows color (decimal): -5178196 or 11336880. OLE color: 11336880.
HSL color Cylindrical-coordinate representation of color #B0FCAC: hue angle of 117º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0FCAC is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 172 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.01 |
| HSL | 117º | 0.93% | 0.83% | - |
| HSV(B) | 117º | 0.32% | 0.99% | - |
| XYZ | 60.16 | 81.83 | 51.65 | - |
| YUV | 220.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 172 | 0.30 | 0 | 0.32 | 0.01 | 117 | 0.93 | 0.83 |
| Hex | B0 | FC | AC | 1E | 0 | 20 | 1 | 75 | 5D | 53 |
| Octal | 260 | 374 | 254 | 36 | 0 | 40 | 1 | 165 | 135 | 123 |
| Binary | 10110000 | 11111100 | 10101100 | 11110 | 0 | 100000 | 1 | 1110101 | 1011101 | 1010011 |
Color Harmonies of #B0FCAC
Complementary color
Monochromatic Colors of #B0FCAC
Black with #B0FCAC
Text Example
Text Example
White with #B0FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCAC; }
p { color: rgb(176,252,172); }
H1.HeaderClassName
{
color: #B0FCAC;
}
.AnyTagClassName
{
color: #B0FCAC;
}
</style>
background-color css
<style>
a { background-color: #B0FCAC; }
a { background-color: rgb(176,252,172); }
div.DivClassName
{
background-color: #B0FCAC;
}
.BgClassName
{
background-color: #B0FCAC;
}
</style>
border-color css
<style>
span { border-color: #B0FCAC; }
span { border-color: rgb(176,252,172); }
td.TdClassName
{
border-color: #B0FCAC;
}
.TagClassName
{
border-color: #B0FCAC;
}
</style>