Shades of Celadon #B4EFB2
Tints of Celadon #B4EFB2
RGB
CMYK
RGB Variations
Color information
#B4EFB2 (or 0xB4EFB2) is known color: Celadon. HEX triplet: B4, EF and B2. RGB value is (180,239,178). Sum of RGB (Red+Green+Blue) = 180+239+178=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EFB2 is #4B104D. Grayscale: #D6D6D6. Windows color (decimal): -4919374 or 11726772. OLE color: 11726772.
HSL color Cylindrical-coordinate representation of color #B4EFB2: hue angle of 118.03º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4EFB2 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 239 | 178 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.06 |
| HSL | 118.03º | 0.66% | 0.82% | - |
| HSV(B) | 118.03º | 0.26% | 0.94% | - |
| XYZ | 57.72 | 74.65 | 53.49 | - |
| YUV | 214.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 239 | 178 | 0.25 | 0 | 0.26 | 0.06 | 118.03 | 0.66 | 0.82 |
| Hex | B4 | EF | B2 | 19 | 0 | 1A | 6 | 76 | 42 | 52 |
| Octal | 264 | 357 | 262 | 31 | 0 | 32 | 6 | 166 | 102 | 122 |
| Binary | 10110100 | 11101111 | 10110010 | 11001 | 0 | 11010 | 110 | 1110110 | 1000010 | 1010010 |
Color Harmonies of #B4EFB2
Complementary color
Monochromatic Colors of #B4EFB2
Black with #B4EFB2
Text Example
Text Example
White with #B4EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EFB2; }
p { color: rgb(180,239,178); }
H1.HeaderClassName
{
color: #B4EFB2;
}
.AnyTagClassName
{
color: #B4EFB2;
}
</style>
background-color css
<style>
a { background-color: #B4EFB2; }
a { background-color: rgb(180,239,178); }
div.DivClassName
{
background-color: #B4EFB2;
}
.BgClassName
{
background-color: #B4EFB2;
}
</style>
border-color css
<style>
span { border-color: #B4EFB2; }
span { border-color: rgb(180,239,178); }
td.TdClassName
{
border-color: #B4EFB2;
}
.TagClassName
{
border-color: #B4EFB2;
}
</style>