Shades of Celadon #B0F9B6
Tints of Celadon #B0F9B6
RGB
CMYK
RGB Variations
Color information
#B0F9B6 (or 0xB0F9B6) is known color: Celadon. HEX triplet: B0, F9 and B6. RGB value is (176,249,182). Sum of RGB (Red+Green+Blue) = 176+249+182=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9B6 is #4F0649. Grayscale: #DBDBDB. Windows color (decimal): -5178954 or 11991472. OLE color: 11991472.
HSL color Cylindrical-coordinate representation of color #B0F9B6: hue angle of 124.93º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9B6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 182 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.02 |
| HSL | 124.93º | 0.86% | 0.83% | - |
| HSV(B) | 124.93º | 0.29% | 0.98% | - |
| XYZ | 60.22 | 80.36 | 56.59 | - |
| YUV | 219.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 182 | 0.29 | 0 | 0.27 | 0.02 | 124.93 | 0.86 | 0.83 |
| Hex | B0 | F9 | B6 | 1D | 0 | 1B | 2 | 7D | 56 | 53 |
| Octal | 260 | 371 | 266 | 35 | 0 | 33 | 2 | 175 | 126 | 123 |
| Binary | 10110000 | 11111001 | 10110110 | 11101 | 0 | 11011 | 10 | 1111101 | 1010110 | 1010011 |
Color Harmonies of #B0F9B6
Complementary color
Monochromatic Colors of #B0F9B6
Black with #B0F9B6
Text Example
Text Example
White with #B0F9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F9B6; }
p { color: rgb(176,249,182); }
H1.HeaderClassName
{
color: #B0F9B6;
}
.AnyTagClassName
{
color: #B0F9B6;
}
</style>
background-color css
<style>
a { background-color: #B0F9B6; }
a { background-color: rgb(176,249,182); }
div.DivClassName
{
background-color: #B0F9B6;
}
.BgClassName
{
background-color: #B0F9B6;
}
</style>
border-color css
<style>
span { border-color: #B0F9B6; }
span { border-color: rgb(176,249,182); }
td.TdClassName
{
border-color: #B0F9B6;
}
.TagClassName
{
border-color: #B0F9B6;
}
</style>