Shades of Celadon #B2F2B5
Tints of Celadon #B2F2B5
RGB
CMYK
RGB Variations
Color information
#B2F2B5 (or 0xB2F2B5) is known color: Celadon. HEX triplet: B2, F2 and B5. RGB value is (178,242,181). Sum of RGB (Red+Green+Blue) = 178+242+181=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2B5 is #4D0D4A. Grayscale: #D8D8D8. Windows color (decimal): -5049675 or 11924146. OLE color: 11924146.
HSL color Cylindrical-coordinate representation of color #B2F2B5: hue angle of 122.81º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2B5 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 181 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.05 |
| HSL | 122.81º | 0.71% | 0.82% | - |
| HSV(B) | 122.81º | 0.26% | 0.95% | - |
| XYZ | 58.45 | 76.31 | 55.36 | - |
| YUV | 215.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 181 | 0.26 | 0 | 0.25 | 0.05 | 122.81 | 0.71 | 0.82 |
| Hex | B2 | F2 | B5 | 1A | 0 | 19 | 5 | 7B | 47 | 52 |
| Octal | 262 | 362 | 265 | 32 | 0 | 31 | 5 | 173 | 107 | 122 |
| Binary | 10110010 | 11110010 | 10110101 | 11010 | 0 | 11001 | 101 | 1111011 | 1000111 | 1010010 |
Color Harmonies of #B2F2B5
Complementary color
Monochromatic Colors of #B2F2B5
Black with #B2F2B5
Text Example
Text Example
White with #B2F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2B5; }
p { color: rgb(178,242,181); }
H1.HeaderClassName
{
color: #B2F2B5;
}
.AnyTagClassName
{
color: #B2F2B5;
}
</style>
background-color css
<style>
a { background-color: #B2F2B5; }
a { background-color: rgb(178,242,181); }
div.DivClassName
{
background-color: #B2F2B5;
}
.BgClassName
{
background-color: #B2F2B5;
}
</style>
border-color css
<style>
span { border-color: #B2F2B5; }
span { border-color: rgb(178,242,181); }
td.TdClassName
{
border-color: #B2F2B5;
}
.TagClassName
{
border-color: #B2F2B5;
}
</style>