Shades of Celadon #B6F0B4
Tints of Celadon #B6F0B4
RGB
CMYK
RGB Variations
Color information
#B6F0B4 (or 0xB6F0B4) is known color: Celadon. HEX triplet: B6, F0 and B4. RGB value is (182,240,180). Sum of RGB (Red+Green+Blue) = 182+240+180=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F0B4 is #490F4B. Grayscale: #D8D8D8. Windows color (decimal): -4788044 or 11858102. OLE color: 11858102.
HSL color Cylindrical-coordinate representation of color #B6F0B4: hue angle of 118º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F0B4 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 240 | 180 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.06 |
| HSL | 118º | 0.67% | 0.82% | - |
| HSV(B) | 118º | 0.25% | 0.94% | - |
| XYZ | 58.69 | 75.56 | 54.67 | - |
| YUV | 215.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 240 | 180 | 0.24 | 0 | 0.25 | 0.06 | 118 | 0.67 | 0.82 |
| Hex | B6 | F0 | B4 | 18 | 0 | 19 | 6 | 76 | 43 | 52 |
| Octal | 266 | 360 | 264 | 30 | 0 | 31 | 6 | 166 | 103 | 122 |
| Binary | 10110110 | 11110000 | 10110100 | 11000 | 0 | 11001 | 110 | 1110110 | 1000011 | 1010010 |
Color Harmonies of #B6F0B4
Complementary color
Monochromatic Colors of #B6F0B4
Black with #B6F0B4
Text Example
Text Example
White with #B6F0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F0B4; }
p { color: rgb(182,240,180); }
H1.HeaderClassName
{
color: #B6F0B4;
}
.AnyTagClassName
{
color: #B6F0B4;
}
</style>
background-color css
<style>
a { background-color: #B6F0B4; }
a { background-color: rgb(182,240,180); }
div.DivClassName
{
background-color: #B6F0B4;
}
.BgClassName
{
background-color: #B6F0B4;
}
</style>
border-color css
<style>
span { border-color: #B6F0B4; }
span { border-color: rgb(182,240,180); }
td.TdClassName
{
border-color: #B6F0B4;
}
.TagClassName
{
border-color: #B6F0B4;
}
</style>