Shades of Celadon #B3EFB5
Tints of Celadon #B3EFB5
RGB
CMYK
RGB Variations
Color information
#B3EFB5 (or 0xB3EFB5) is known color: Celadon. HEX triplet: B3, EF and B5. RGB value is (179,239,181). Sum of RGB (Red+Green+Blue) = 179+239+181=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFB5 is #4C104A. Grayscale: #D6D6D6. Windows color (decimal): -4984907 or 11923379. OLE color: 11923379.
HSL color Cylindrical-coordinate representation of color #B3EFB5: hue angle of 122º 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 #B3EFB5 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 181 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.06 |
| HSL | 122º | 0.65% | 0.82% | - |
| HSV(B) | 122º | 0.25% | 0.94% | - |
| XYZ | 57.8 | 74.65 | 55.08 | - |
| YUV | 214.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 181 | 0.25 | 0 | 0.24 | 0.06 | 122 | 0.65 | 0.82 |
| Hex | B3 | EF | B5 | 19 | 0 | 18 | 6 | 7A | 41 | 52 |
| Octal | 263 | 357 | 265 | 31 | 0 | 30 | 6 | 172 | 101 | 122 |
| Binary | 10110011 | 11101111 | 10110101 | 11001 | 0 | 11000 | 110 | 1111010 | 1000001 | 1010010 |
Color Harmonies of #B3EFB5
Complementary color
Monochromatic Colors of #B3EFB5
Black with #B3EFB5
Text Example
Text Example
White with #B3EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFB5; }
p { color: rgb(179,239,181); }
H1.HeaderClassName
{
color: #B3EFB5;
}
.AnyTagClassName
{
color: #B3EFB5;
}
</style>
background-color css
<style>
a { background-color: #B3EFB5; }
a { background-color: rgb(179,239,181); }
div.DivClassName
{
background-color: #B3EFB5;
}
.BgClassName
{
background-color: #B3EFB5;
}
</style>
border-color css
<style>
span { border-color: #B3EFB5; }
span { border-color: rgb(179,239,181); }
td.TdClassName
{
border-color: #B3EFB5;
}
.TagClassName
{
border-color: #B3EFB5;
}
</style>