Shades of Celadon #B1EFAF
Tints of Celadon #B1EFAF
RGB
CMYK
RGB Variations
Color information
#B1EFAF (or 0xB1EFAF) is known color: Celadon. HEX triplet: B1, EF and AF. RGB value is (177,239,175). Sum of RGB (Red+Green+Blue) = 177+239+175=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EFAF is #4E1050. Grayscale: #D5D5D5. Windows color (decimal): -5115985 or 11530161. OLE color: 11530161.
HSL color Cylindrical-coordinate representation of color #B1EFAF: hue angle of 118.12º 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 #B1EFAF is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 239 | 175 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.06 |
| HSL | 118.13º | 0.67% | 0.81% | - |
| HSV(B) | 118.13º | 0.27% | 0.94% | - |
| XYZ | 56.74 | 74.18 | 51.88 | - |
| YUV | 213.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 239 | 175 | 0.26 | 0 | 0.27 | 0.06 | 118.13 | 0.67 | 0.81 |
| Hex | B1 | EF | AF | 1A | 0 | 1B | 6 | 76 | 43 | 51 |
| Octal | 261 | 357 | 257 | 32 | 0 | 33 | 6 | 166 | 103 | 121 |
| Binary | 10110001 | 11101111 | 10101111 | 11010 | 0 | 11011 | 110 | 1110110 | 1000011 | 1010001 |
Color Harmonies of #B1EFAF
Complementary color
Monochromatic Colors of #B1EFAF
Black with #B1EFAF
Text Example
Text Example
White with #B1EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EFAF; }
p { color: rgb(177,239,175); }
H1.HeaderClassName
{
color: #B1EFAF;
}
.AnyTagClassName
{
color: #B1EFAF;
}
</style>
background-color css
<style>
a { background-color: #B1EFAF; }
a { background-color: rgb(177,239,175); }
div.DivClassName
{
background-color: #B1EFAF;
}
.BgClassName
{
background-color: #B1EFAF;
}
</style>
border-color css
<style>
span { border-color: #B1EFAF; }
span { border-color: rgb(177,239,175); }
td.TdClassName
{
border-color: #B1EFAF;
}
.TagClassName
{
border-color: #B1EFAF;
}
</style>