Shades of Celadon #B3EDB1
Tints of Celadon #B3EDB1
RGB
CMYK
RGB Variations
Color information
#B3EDB1 (or 0xB3EDB1) is known color: Celadon. HEX triplet: B3, ED and B1. RGB value is (179,237,177). Sum of RGB (Red+Green+Blue) = 179+237+177=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EDB1 is #4C124E. Grayscale: #D4D4D4. Windows color (decimal): -4985423 or 11660723. OLE color: 11660723.
HSL color Cylindrical-coordinate representation of color #B3EDB1: hue angle of 118º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EDB1 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 177 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.07 |
| HSL | 118º | 0.63% | 0.81% | - |
| HSV(B) | 118º | 0.25% | 0.93% | - |
| XYZ | 56.81 | 73.33 | 52.75 | - |
| YUV | 212.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 177 | 0.24 | 0 | 0.25 | 0.07 | 118 | 0.63 | 0.81 |
| Hex | B3 | ED | B1 | 18 | 0 | 19 | 7 | 76 | 3E | 51 |
| Octal | 263 | 355 | 261 | 30 | 0 | 31 | 7 | 166 | 76 | 121 |
| Binary | 10110011 | 11101101 | 10110001 | 11000 | 0 | 11001 | 111 | 1110110 | 111110 | 1010001 |
Color Harmonies of #B3EDB1
Complementary color
Monochromatic Colors of #B3EDB1
Black with #B3EDB1
Text Example
Text Example
White with #B3EDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDB1; }
p { color: rgb(179,237,177); }
H1.HeaderClassName
{
color: #B3EDB1;
}
.AnyTagClassName
{
color: #B3EDB1;
}
</style>
background-color css
<style>
a { background-color: #B3EDB1; }
a { background-color: rgb(179,237,177); }
div.DivClassName
{
background-color: #B3EDB1;
}
.BgClassName
{
background-color: #B3EDB1;
}
</style>
border-color css
<style>
span { border-color: #B3EDB1; }
span { border-color: rgb(179,237,177); }
td.TdClassName
{
border-color: #B3EDB1;
}
.TagClassName
{
border-color: #B3EDB1;
}
</style>