Shades of Celadon #B6FBB1
Tints of Celadon #B6FBB1
RGB
CMYK
RGB Variations
Color information
#B6FBB1 (or 0xB6FBB1) is known color: Celadon. HEX triplet: B6, FB and B1. RGB value is (182,251,177). Sum of RGB (Red+Green+Blue) = 182+251+177=610 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.84% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FBB1 is #49044E. Grayscale: #DEDEDE. Windows color (decimal): -4785231 or 11664310. OLE color: 11664310.
HSL color Cylindrical-coordinate representation of color #B6FBB1: hue angle of 115.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FBB1 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 177 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.02 |
| HSL | 115.95º | 0.9% | 0.84% | - |
| HSV(B) | 115.95º | 0.29% | 0.98% | - |
| XYZ | 61.72 | 82.11 | 54.19 | - |
| YUV | 221.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 177 | 0.27 | 0 | 0.29 | 0.02 | 115.95 | 0.9 | 0.84 |
| Hex | B6 | FB | B1 | 1B | 0 | 1D | 2 | 74 | 5A | 54 |
| Octal | 266 | 373 | 261 | 33 | 0 | 35 | 2 | 164 | 132 | 124 |
| Binary | 10110110 | 11111011 | 10110001 | 11011 | 0 | 11101 | 10 | 1110100 | 1011010 | 1010100 |
Color Harmonies of #B6FBB1
Complementary color
Monochromatic Colors of #B6FBB1
Black with #B6FBB1
Text Example
Text Example
White with #B6FBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FBB1; }
p { color: rgb(182,251,177); }
H1.HeaderClassName
{
color: #B6FBB1;
}
.AnyTagClassName
{
color: #B6FBB1;
}
</style>
background-color css
<style>
a { background-color: #B6FBB1; }
a { background-color: rgb(182,251,177); }
div.DivClassName
{
background-color: #B6FBB1;
}
.BgClassName
{
background-color: #B6FBB1;
}
</style>
border-color css
<style>
span { border-color: #B6FBB1; }
span { border-color: rgb(182,251,177); }
td.TdClassName
{
border-color: #B6FBB1;
}
.TagClassName
{
border-color: #B6FBB1;
}
</style>