Shades of Celadon #B3FFB5
Tints of Celadon #B3FFB5
RGB
CMYK
RGB Variations
Color information
#B3FFB5 (or 0xB3FFB5) is known color: Celadon. HEX triplet: B3, FF and B5. RGB value is (179,255,181). Sum of RGB (Red+Green+Blue) = 179+255+181=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFB5 is #4C004A. Grayscale: #E0E0E0. Windows color (decimal): -4980811 or 11927475. OLE color: 11927475.
HSL color Cylindrical-coordinate representation of color #B3FFB5: hue angle of 121.58º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFB5 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 181 | - |
| CMYK | 0.30 | 0 | 0.29 | 0 |
| HSL | 121.58º | 1% | 0.85% | - |
| HSV(B) | 121.58º | 0.3% | 1% | - |
| XYZ | 62.69 | 84.44 | 56.71 | - |
| YUV | 223.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 181 | 0.30 | 0 | 0.29 | 0 | 121.58 | 1 | 0.85 |
| Hex | B3 | FF | B5 | 1E | 0 | 1D | 0 | 7A | 64 | 55 |
| Octal | 263 | 377 | 265 | 36 | 0 | 35 | 0 | 172 | 144 | 125 |
| Binary | 10110011 | 11111111 | 10110101 | 11110 | 0 | 11101 | 0 | 1111010 | 1100100 | 1010101 |
Color Harmonies of #B3FFB5
Complementary color
Monochromatic Colors of #B3FFB5
Black with #B3FFB5
Text Example
Text Example
White with #B3FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFB5; }
p { color: rgb(179,255,181); }
H1.HeaderClassName
{
color: #B3FFB5;
}
.AnyTagClassName
{
color: #B3FFB5;
}
</style>
background-color css
<style>
a { background-color: #B3FFB5; }
a { background-color: rgb(179,255,181); }
div.DivClassName
{
background-color: #B3FFB5;
}
.BgClassName
{
background-color: #B3FFB5;
}
</style>
border-color css
<style>
span { border-color: #B3FFB5; }
span { border-color: rgb(179,255,181); }
td.TdClassName
{
border-color: #B3FFB5;
}
.TagClassName
{
border-color: #B3FFB5;
}
</style>