Shades of Celadon #B2FBAF
Tints of Celadon #B2FBAF
RGB
CMYK
RGB Variations
Color information
#B2FBAF (or 0xB2FBAF) is known color: Celadon. HEX triplet: B2, FB and AF. RGB value is (178,251,175). Sum of RGB (Red+Green+Blue) = 178+251+175=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FBAF is #4D0450. Grayscale: #DCDCDC. Windows color (decimal): -5047377 or 11533234. OLE color: 11533234.
HSL color Cylindrical-coordinate representation of color #B2FBAF: hue angle of 117.63º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FBAF is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 175 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.02 |
| HSL | 117.63º | 0.9% | 0.84% | - |
| HSV(B) | 117.63º | 0.3% | 0.98% | - |
| XYZ | 60.6 | 81.55 | 53.11 | - |
| YUV | 220.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 175 | 0.29 | 0 | 0.30 | 0.02 | 117.63 | 0.9 | 0.84 |
| Hex | B2 | FB | AF | 1D | 0 | 1E | 2 | 76 | 5A | 54 |
| Octal | 262 | 373 | 257 | 35 | 0 | 36 | 2 | 166 | 132 | 124 |
| Binary | 10110010 | 11111011 | 10101111 | 11101 | 0 | 11110 | 10 | 1110110 | 1011010 | 1010100 |
Color Harmonies of #B2FBAF
Complementary color
Monochromatic Colors of #B2FBAF
Black with #B2FBAF
Text Example
Text Example
White with #B2FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBAF; }
p { color: rgb(178,251,175); }
H1.HeaderClassName
{
color: #B2FBAF;
}
.AnyTagClassName
{
color: #B2FBAF;
}
</style>
background-color css
<style>
a { background-color: #B2FBAF; }
a { background-color: rgb(178,251,175); }
div.DivClassName
{
background-color: #B2FBAF;
}
.BgClassName
{
background-color: #B2FBAF;
}
</style>
border-color css
<style>
span { border-color: #B2FBAF; }
span { border-color: rgb(178,251,175); }
td.TdClassName
{
border-color: #B2FBAF;
}
.TagClassName
{
border-color: #B2FBAF;
}
</style>