Shades of Celadon #B6F7B1
Tints of Celadon #B6F7B1
RGB
CMYK
RGB Variations
Color information
#B6F7B1 (or 0xB6F7B1) is known color: Celadon. HEX triplet: B6, F7 and B1. RGB value is (182,247,177). Sum of RGB (Red+Green+Blue) = 182+247+177=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F7B1 is #49084E. Grayscale: #DBDBDB. Windows color (decimal): -4786255 or 11663286. OLE color: 11663286.
HSL color Cylindrical-coordinate representation of color #B6F7B1: hue angle of 115.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6F7B1 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 247 | 177 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.03 |
| HSL | 115.71º | 0.81% | 0.83% | - |
| HSV(B) | 115.71º | 0.28% | 0.97% | - |
| XYZ | 60.49 | 79.64 | 53.78 | - |
| YUV | 219.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 247 | 177 | 0.26 | 0 | 0.28 | 0.03 | 115.71 | 0.81 | 0.83 |
| Hex | B6 | F7 | B1 | 1A | 0 | 1C | 3 | 74 | 51 | 53 |
| Octal | 266 | 367 | 261 | 32 | 0 | 34 | 3 | 164 | 121 | 123 |
| Binary | 10110110 | 11110111 | 10110001 | 11010 | 0 | 11100 | 11 | 1110100 | 1010001 | 1010011 |
Color Harmonies of #B6F7B1
Complementary color
Monochromatic Colors of #B6F7B1
Black with #B6F7B1
Text Example
Text Example
White with #B6F7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F7B1; }
p { color: rgb(182,247,177); }
H1.HeaderClassName
{
color: #B6F7B1;
}
.AnyTagClassName
{
color: #B6F7B1;
}
</style>
background-color css
<style>
a { background-color: #B6F7B1; }
a { background-color: rgb(182,247,177); }
div.DivClassName
{
background-color: #B6F7B1;
}
.BgClassName
{
background-color: #B6F7B1;
}
</style>
border-color css
<style>
span { border-color: #B6F7B1; }
span { border-color: rgb(182,247,177); }
td.TdClassName
{
border-color: #B6F7B1;
}
.TagClassName
{
border-color: #B6F7B1;
}
</style>