Shades of Celadon #B0F0AF
Tints of Celadon #B0F0AF
RGB
CMYK
RGB Variations
Color information
#B0F0AF (or 0xB0F0AF) is known color: Celadon. HEX triplet: B0, F0 and AF. RGB value is (176,240,175). Sum of RGB (Red+Green+Blue) = 176+240+175=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0AF is #4F0F50. Grayscale: #D5D5D5. Windows color (decimal): -5181265 or 11530416. OLE color: 11530416.
HSL color Cylindrical-coordinate representation of color #B0F0AF: hue angle of 119.08º degrees, saturation: 0.68, 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 #B0F0AF is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 175 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.06 |
| HSL | 119.08º | 0.68% | 0.81% | - |
| HSV(B) | 119.08º | 0.27% | 0.94% | - |
| XYZ | 56.8 | 74.65 | 51.97 | - |
| YUV | 213.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 175 | 0.27 | 0 | 0.27 | 0.06 | 119.08 | 0.68 | 0.81 |
| Hex | B0 | F0 | AF | 1B | 0 | 1B | 6 | 77 | 44 | 51 |
| Octal | 260 | 360 | 257 | 33 | 0 | 33 | 6 | 167 | 104 | 121 |
| Binary | 10110000 | 11110000 | 10101111 | 11011 | 0 | 11011 | 110 | 1110111 | 1000100 | 1010001 |
Color Harmonies of #B0F0AF
Complementary color
Monochromatic Colors of #B0F0AF
Black with #B0F0AF
Text Example
Text Example
White with #B0F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0AF; }
p { color: rgb(176,240,175); }
H1.HeaderClassName
{
color: #B0F0AF;
}
.AnyTagClassName
{
color: #B0F0AF;
}
</style>
background-color css
<style>
a { background-color: #B0F0AF; }
a { background-color: rgb(176,240,175); }
div.DivClassName
{
background-color: #B0F0AF;
}
.BgClassName
{
background-color: #B0F0AF;
}
</style>
border-color css
<style>
span { border-color: #B0F0AF; }
span { border-color: rgb(176,240,175); }
td.TdClassName
{
border-color: #B0F0AF;
}
.TagClassName
{
border-color: #B0F0AF;
}
</style>