Shades of Celadon #B4EFB6
Tints of Celadon #B4EFB6
RGB
CMYK
RGB Variations
Color information
#B4EFB6 (or 0xB4EFB6) is known color: Celadon. HEX triplet: B4, EF and B6. RGB value is (180,239,182). Sum of RGB (Red+Green+Blue) = 180+239+182=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFB6 is #4B1049. Grayscale: #D7D7D7. Windows color (decimal): -4919370 or 11988916. OLE color: 11988916.
HSL color Cylindrical-coordinate representation of color #B4EFB6: hue angle of 122.03º degrees, saturation: 0.65, 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 #B4EFB6 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 239 | 182 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.06 |
| HSL | 122.03º | 0.65% | 0.82% | - |
| HSV(B) | 122.03º | 0.25% | 0.94% | - |
| XYZ | 58.13 | 74.81 | 55.63 | - |
| YUV | 214.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 239 | 182 | 0.25 | 0 | 0.24 | 0.06 | 122.03 | 0.65 | 0.82 |
| Hex | B4 | EF | B6 | 19 | 0 | 18 | 6 | 7A | 41 | 52 |
| Octal | 264 | 357 | 266 | 31 | 0 | 30 | 6 | 172 | 101 | 122 |
| Binary | 10110100 | 11101111 | 10110110 | 11001 | 0 | 11000 | 110 | 1111010 | 1000001 | 1010010 |
Color Harmonies of #B4EFB6
Complementary color
Monochromatic Colors of #B4EFB6
Black with #B4EFB6
Text Example
Text Example
White with #B4EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EFB6; }
p { color: rgb(180,239,182); }
H1.HeaderClassName
{
color: #B4EFB6;
}
.AnyTagClassName
{
color: #B4EFB6;
}
</style>
background-color css
<style>
a { background-color: #B4EFB6; }
a { background-color: rgb(180,239,182); }
div.DivClassName
{
background-color: #B4EFB6;
}
.BgClassName
{
background-color: #B4EFB6;
}
</style>
border-color css
<style>
span { border-color: #B4EFB6; }
span { border-color: rgb(180,239,182); }
td.TdClassName
{
border-color: #B4EFB6;
}
.TagClassName
{
border-color: #B4EFB6;
}
</style>