Shades of Celadon #B3FFB2
Tints of Celadon #B3FFB2
RGB
CMYK
RGB Variations
Color information
#B3FFB2 (or 0xB3FFB2) is known color: Celadon. HEX triplet: B3, FF and B2. RGB value is (179,255,178). Sum of RGB (Red+Green+Blue) = 179+255+178=612 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.25% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFB2 is #4C004D. Grayscale: #DFDFDF. Windows color (decimal): -4980814 or 11730867. OLE color: 11730867.
HSL color Cylindrical-coordinate representation of color #B3FFB2: hue angle of 119.22º 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 #B3FFB2 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 178 | - |
| CMYK | 0.30 | 0 | 0.30 | 0 |
| HSL | 119.22º | 1% | 0.85% | - |
| HSV(B) | 119.22º | 0.3% | 1% | - |
| XYZ | 62.39 | 84.32 | 55.11 | - |
| YUV | 223.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 178 | 0.30 | 0 | 0.30 | 0 | 119.22 | 1 | 0.85 |
| Hex | B3 | FF | B2 | 1E | 0 | 1E | 0 | 77 | 64 | 55 |
| Octal | 263 | 377 | 262 | 36 | 0 | 36 | 0 | 167 | 144 | 125 |
| Binary | 10110011 | 11111111 | 10110010 | 11110 | 0 | 11110 | 0 | 1110111 | 1100100 | 1010101 |
Color Harmonies of #B3FFB2
Complementary color
Monochromatic Colors of #B3FFB2
Black with #B3FFB2
Text Example
Text Example
White with #B3FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFB2; }
p { color: rgb(179,255,178); }
H1.HeaderClassName
{
color: #B3FFB2;
}
.AnyTagClassName
{
color: #B3FFB2;
}
</style>
background-color css
<style>
a { background-color: #B3FFB2; }
a { background-color: rgb(179,255,178); }
div.DivClassName
{
background-color: #B3FFB2;
}
.BgClassName
{
background-color: #B3FFB2;
}
</style>
border-color css
<style>
span { border-color: #B3FFB2; }
span { border-color: rgb(179,255,178); }
td.TdClassName
{
border-color: #B3FFB2;
}
.TagClassName
{
border-color: #B3FFB2;
}
</style>