Shades of Celadon #B3FFAE
Tints of Celadon #B3FFAE
RGB
CMYK
RGB Variations
Color information
#B3FFAE (or 0xB3FFAE) is known color: Celadon. HEX triplet: B3, FF and AE. RGB value is (179,255,174). Sum of RGB (Red+Green+Blue) = 179+255+174=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FFAE is #4C0051. Grayscale: #DFDFDF. Windows color (decimal): -4980818 or 11468723. OLE color: 11468723.
HSL color Cylindrical-coordinate representation of color #B3FFAE: hue angle of 116.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3FFAE is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 174 | - |
| CMYK | 0.30 | 0 | 0.32 | 0 |
| HSL | 116.3º | 1% | 0.84% | - |
| HSV(B) | 116.3º | 0.32% | 1% | - |
| XYZ | 61.99 | 84.16 | 53.02 | - |
| YUV | 223.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 174 | 0.30 | 0 | 0.32 | 0 | 116.3 | 1 | 0.84 |
| Hex | B3 | FF | AE | 1E | 0 | 20 | 0 | 74 | 64 | 54 |
| Octal | 263 | 377 | 256 | 36 | 0 | 40 | 0 | 164 | 144 | 124 |
| Binary | 10110011 | 11111111 | 10101110 | 11110 | 0 | 100000 | 0 | 1110100 | 1100100 | 1010100 |
Color Harmonies of #B3FFAE
Complementary color
Monochromatic Colors of #B3FFAE
Black with #B3FFAE
Text Example
Text Example
White with #B3FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFAE; }
p { color: rgb(179,255,174); }
H1.HeaderClassName
{
color: #B3FFAE;
}
.AnyTagClassName
{
color: #B3FFAE;
}
</style>
background-color css
<style>
a { background-color: #B3FFAE; }
a { background-color: rgb(179,255,174); }
div.DivClassName
{
background-color: #B3FFAE;
}
.BgClassName
{
background-color: #B3FFAE;
}
</style>
border-color css
<style>
span { border-color: #B3FFAE; }
span { border-color: rgb(179,255,174); }
td.TdClassName
{
border-color: #B3FFAE;
}
.TagClassName
{
border-color: #B3FFAE;
}
</style>