Shades of Celadon #B0EFAF
Tints of Celadon #B0EFAF
RGB
CMYK
RGB Variations
Color information
#B0EFAF (or 0xB0EFAF) is known color: Celadon. HEX triplet: B0, EF and AF. RGB value is (176,239,175). Sum of RGB (Red+Green+Blue) = 176+239+175=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EFAF is #4F1050. Grayscale: #D5D5D5. Windows color (decimal): -5181521 or 11530160. OLE color: 11530160.
HSL color Cylindrical-coordinate representation of color #B0EFAF: hue angle of 119.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EFAF is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 175 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.06 |
| HSL | 119.06º | 0.67% | 0.81% | - |
| HSV(B) | 119.06º | 0.27% | 0.94% | - |
| XYZ | 56.51 | 74.06 | 51.87 | - |
| YUV | 212.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 175 | 0.26 | 0 | 0.27 | 0.06 | 119.06 | 0.67 | 0.81 |
| Hex | B0 | EF | AF | 1A | 0 | 1B | 6 | 77 | 43 | 51 |
| Octal | 260 | 357 | 257 | 32 | 0 | 33 | 6 | 167 | 103 | 121 |
| Binary | 10110000 | 11101111 | 10101111 | 11010 | 0 | 11011 | 110 | 1110111 | 1000011 | 1010001 |
Color Harmonies of #B0EFAF
Complementary color
Monochromatic Colors of #B0EFAF
Black with #B0EFAF
Text Example
Text Example
White with #B0EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFAF; }
p { color: rgb(176,239,175); }
H1.HeaderClassName
{
color: #B0EFAF;
}
.AnyTagClassName
{
color: #B0EFAF;
}
</style>
background-color css
<style>
a { background-color: #B0EFAF; }
a { background-color: rgb(176,239,175); }
div.DivClassName
{
background-color: #B0EFAF;
}
.BgClassName
{
background-color: #B0EFAF;
}
</style>
border-color css
<style>
span { border-color: #B0EFAF; }
span { border-color: rgb(176,239,175); }
td.TdClassName
{
border-color: #B0EFAF;
}
.TagClassName
{
border-color: #B0EFAF;
}
</style>