Shades of Celadon #B0F0B3
Tints of Celadon #B0F0B3
RGB
CMYK
RGB Variations
Color information
#B0F0B3 (or 0xB0F0B3) is known color: Celadon. HEX triplet: B0, F0 and B3. RGB value is (176,240,179). Sum of RGB (Red+Green+Blue) = 176+240+179=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0B3 is #4F0F4C. Grayscale: #D6D6D6. Windows color (decimal): -5181261 or 11792560. OLE color: 11792560.
HSL color Cylindrical-coordinate representation of color #B0F0B3: hue angle of 122.81º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0B3 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 179 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.06 |
| HSL | 122.81º | 0.68% | 0.82% | - |
| HSV(B) | 122.81º | 0.27% | 0.94% | - |
| XYZ | 57.2 | 74.8 | 54.07 | - |
| YUV | 213.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 179 | 0.27 | 0 | 0.25 | 0.06 | 122.81 | 0.68 | 0.82 |
| Hex | B0 | F0 | B3 | 1B | 0 | 19 | 6 | 7B | 44 | 52 |
| Octal | 260 | 360 | 263 | 33 | 0 | 31 | 6 | 173 | 104 | 122 |
| Binary | 10110000 | 11110000 | 10110011 | 11011 | 0 | 11001 | 110 | 1111011 | 1000100 | 1010010 |
Color Harmonies of #B0F0B3
Complementary color
Monochromatic Colors of #B0F0B3
Black with #B0F0B3
Text Example
Text Example
White with #B0F0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0B3; }
p { color: rgb(176,240,179); }
H1.HeaderClassName
{
color: #B0F0B3;
}
.AnyTagClassName
{
color: #B0F0B3;
}
</style>
background-color css
<style>
a { background-color: #B0F0B3; }
a { background-color: rgb(176,240,179); }
div.DivClassName
{
background-color: #B0F0B3;
}
.BgClassName
{
background-color: #B0F0B3;
}
</style>
border-color css
<style>
span { border-color: #B0F0B3; }
span { border-color: rgb(176,240,179); }
td.TdClassName
{
border-color: #B0F0B3;
}
.TagClassName
{
border-color: #B0F0B3;
}
</style>