Shades of Celadon #B6FBB2
Tints of Celadon #B6FBB2
RGB
CMYK
RGB Variations
Color information
#B6FBB2 (or 0xB6FBB2) is known color: Celadon. HEX triplet: B6, FB and B2. RGB value is (182,251,178). Sum of RGB (Red+Green+Blue) = 182+251+178=611 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.79% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FBB2 is #49044D. Grayscale: #DEDEDE. Windows color (decimal): -4785230 or 11729846. OLE color: 11729846.
HSL color Cylindrical-coordinate representation of color #B6FBB2: hue angle of 116.71º 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 #B6FBB2 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 178 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.02 |
| HSL | 116.71º | 0.9% | 0.84% | - |
| HSV(B) | 116.71º | 0.29% | 0.98% | - |
| XYZ | 61.82 | 82.15 | 54.72 | - |
| YUV | 222.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 178 | 0.27 | 0 | 0.29 | 0.02 | 116.71 | 0.9 | 0.84 |
| Hex | B6 | FB | B2 | 1B | 0 | 1D | 2 | 75 | 5A | 54 |
| Octal | 266 | 373 | 262 | 33 | 0 | 35 | 2 | 165 | 132 | 124 |
| Binary | 10110110 | 11111011 | 10110010 | 11011 | 0 | 11101 | 10 | 1110101 | 1011010 | 1010100 |
Color Harmonies of #B6FBB2
Complementary color
Monochromatic Colors of #B6FBB2
Black with #B6FBB2
Text Example
Text Example
White with #B6FBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FBB2; }
p { color: rgb(182,251,178); }
H1.HeaderClassName
{
color: #B6FBB2;
}
.AnyTagClassName
{
color: #B6FBB2;
}
</style>
background-color css
<style>
a { background-color: #B6FBB2; }
a { background-color: rgb(182,251,178); }
div.DivClassName
{
background-color: #B6FBB2;
}
.BgClassName
{
background-color: #B6FBB2;
}
</style>
border-color css
<style>
span { border-color: #B6FBB2; }
span { border-color: rgb(182,251,178); }
td.TdClassName
{
border-color: #B6FBB2;
}
.TagClassName
{
border-color: #B6FBB2;
}
</style>