Shades of Celadon #B8EFB6
Tints of Celadon #B8EFB6
RGB
CMYK
RGB Variations
Color information
#B8EFB6 (or 0xB8EFB6) is known color: Celadon. HEX triplet: B8, EF and B6. RGB value is (184,239,182). Sum of RGB (Red+Green+Blue) = 184+239+182=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFB6 is #471049. Grayscale: #D8D8D8. Windows color (decimal): -4657226 or 11988920. OLE color: 11988920.
HSL color Cylindrical-coordinate representation of color #B8EFB6: hue angle of 117.89º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EFB6 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 182 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.06 |
| HSL | 117.89º | 0.64% | 0.83% | - |
| HSV(B) | 117.89º | 0.24% | 0.94% | - |
| XYZ | 59.08 | 75.3 | 55.68 | - |
| YUV | 216.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 182 | 0.23 | 0 | 0.24 | 0.06 | 117.89 | 0.64 | 0.83 |
| Hex | B8 | EF | B6 | 17 | 0 | 18 | 6 | 76 | 40 | 53 |
| Octal | 270 | 357 | 266 | 27 | 0 | 30 | 6 | 166 | 100 | 123 |
| Binary | 10111000 | 11101111 | 10110110 | 10111 | 0 | 11000 | 110 | 1110110 | 1000000 | 1010011 |
Color Harmonies of #B8EFB6
Complementary color
Monochromatic Colors of #B8EFB6
Black with #B8EFB6
Text Example
Text Example
White with #B8EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFB6; }
p { color: rgb(184,239,182); }
H1.HeaderClassName
{
color: #B8EFB6;
}
.AnyTagClassName
{
color: #B8EFB6;
}
</style>
background-color css
<style>
a { background-color: #B8EFB6; }
a { background-color: rgb(184,239,182); }
div.DivClassName
{
background-color: #B8EFB6;
}
.BgClassName
{
background-color: #B8EFB6;
}
</style>
border-color css
<style>
span { border-color: #B8EFB6; }
span { border-color: rgb(184,239,182); }
td.TdClassName
{
border-color: #B8EFB6;
}
.TagClassName
{
border-color: #B8EFB6;
}
</style>