Shades of Celadon #B6FBB6
Tints of Celadon #B6FBB6
RGB
CMYK
RGB Variations
Color information
#B6FBB6 (or 0xB6FBB6) is known color: Celadon. HEX triplet: B6, FB and B6. RGB value is (182,251,182). Sum of RGB (Red+Green+Blue) = 182+251+182=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBB6 is #490449. Grayscale: #DEDEDE. Windows color (decimal): -4785226 or 11991990. OLE color: 11991990.
HSL color Cylindrical-coordinate representation of color #B6FBB6: hue angle of 120º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FBB6 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 182 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.02 |
| HSL | 120º | 0.9% | 0.85% | - |
| HSV(B) | 120º | 0.27% | 0.98% | - |
| XYZ | 62.23 | 82.32 | 56.86 | - |
| YUV | 222.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 182 | 0.27 | 0 | 0.27 | 0.02 | 120 | 0.9 | 0.85 |
| Hex | B6 | FB | B6 | 1B | 0 | 1B | 2 | 78 | 5A | 55 |
| Octal | 266 | 373 | 266 | 33 | 0 | 33 | 2 | 170 | 132 | 125 |
| Binary | 10110110 | 11111011 | 10110110 | 11011 | 0 | 11011 | 10 | 1111000 | 1011010 | 1010101 |
Color Harmonies of #B6FBB6
Complementary color
Monochromatic Colors of #B6FBB6
Black with #B6FBB6
Text Example
Text Example
White with #B6FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FBB6; }
p { color: rgb(182,251,182); }
H1.HeaderClassName
{
color: #B6FBB6;
}
.AnyTagClassName
{
color: #B6FBB6;
}
</style>
background-color css
<style>
a { background-color: #B6FBB6; }
a { background-color: rgb(182,251,182); }
div.DivClassName
{
background-color: #B6FBB6;
}
.BgClassName
{
background-color: #B6FBB6;
}
</style>
border-color css
<style>
span { border-color: #B6FBB6; }
span { border-color: rgb(182,251,182); }
td.TdClassName
{
border-color: #B6FBB6;
}
.TagClassName
{
border-color: #B6FBB6;
}
</style>