Shades of Celadon #B0FCAA
Tints of Celadon #B0FCAA
RGB
CMYK
RGB Variations
Color information
#B0FCAA (or 0xB0FCAA) is known color: Celadon. HEX triplet: B0, FC and AA. RGB value is (176,252,170). Sum of RGB (Red+Green+Blue) = 176+252+170=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FCAA is #4F0355. Grayscale: #DCDCDC. Windows color (decimal): -5178198 or 11205808. OLE color: 11205808.
HSL color Cylindrical-coordinate representation of color #B0FCAA: hue angle of 115.61º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0FCAA is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 170 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.01 |
| HSL | 115.61º | 0.93% | 0.83% | - |
| HSV(B) | 115.61º | 0.33% | 0.99% | - |
| XYZ | 59.97 | 81.75 | 50.65 | - |
| YUV | 219.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 170 | 0.30 | 0 | 0.33 | 0.01 | 115.61 | 0.93 | 0.83 |
| Hex | B0 | FC | AA | 1E | 0 | 21 | 1 | 74 | 5D | 53 |
| Octal | 260 | 374 | 252 | 36 | 0 | 41 | 1 | 164 | 135 | 123 |
| Binary | 10110000 | 11111100 | 10101010 | 11110 | 0 | 100001 | 1 | 1110100 | 1011101 | 1010011 |
Color Harmonies of #B0FCAA
Complementary color
Monochromatic Colors of #B0FCAA
Black with #B0FCAA
Text Example
Text Example
White with #B0FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCAA; }
p { color: rgb(176,252,170); }
H1.HeaderClassName
{
color: #B0FCAA;
}
.AnyTagClassName
{
color: #B0FCAA;
}
</style>
background-color css
<style>
a { background-color: #B0FCAA; }
a { background-color: rgb(176,252,170); }
div.DivClassName
{
background-color: #B0FCAA;
}
.BgClassName
{
background-color: #B0FCAA;
}
</style>
border-color css
<style>
span { border-color: #B0FCAA; }
span { border-color: rgb(176,252,170); }
td.TdClassName
{
border-color: #B0FCAA;
}
.TagClassName
{
border-color: #B0FCAA;
}
</style>