Shades of Celadon #B0EEB3
Tints of Celadon #B0EEB3
RGB
CMYK
RGB Variations
Color information
#B0EEB3 (or 0xB0EEB3) is known color: Celadon. HEX triplet: B0, EE and B3. RGB value is (176,238,179). Sum of RGB (Red+Green+Blue) = 176+238+179=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEB3 is #4F114C. Grayscale: #D4D4D4. Windows color (decimal): -5181773 or 11792048. OLE color: 11792048.
HSL color Cylindrical-coordinate representation of color #B0EEB3: hue angle of 122.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEB3 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 179 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 122.9º | 0.65% | 0.81% | - |
| HSV(B) | 122.9º | 0.26% | 0.93% | - |
| XYZ | 56.62 | 73.63 | 53.88 | - |
| YUV | 212.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 179 | 0.26 | 0 | 0.25 | 0.07 | 122.9 | 0.65 | 0.81 |
| Hex | B0 | EE | B3 | 1A | 0 | 19 | 7 | 7B | 41 | 51 |
| Octal | 260 | 356 | 263 | 32 | 0 | 31 | 7 | 173 | 101 | 121 |
| Binary | 10110000 | 11101110 | 10110011 | 11010 | 0 | 11001 | 111 | 1111011 | 1000001 | 1010001 |
Color Harmonies of #B0EEB3
Complementary color
Monochromatic Colors of #B0EEB3
Black with #B0EEB3
Text Example
Text Example
White with #B0EEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEB3; }
p { color: rgb(176,238,179); }
H1.HeaderClassName
{
color: #B0EEB3;
}
.AnyTagClassName
{
color: #B0EEB3;
}
</style>
background-color css
<style>
a { background-color: #B0EEB3; }
a { background-color: rgb(176,238,179); }
div.DivClassName
{
background-color: #B0EEB3;
}
.BgClassName
{
background-color: #B0EEB3;
}
</style>
border-color css
<style>
span { border-color: #B0EEB3; }
span { border-color: rgb(176,238,179); }
td.TdClassName
{
border-color: #B0EEB3;
}
.TagClassName
{
border-color: #B0EEB3;
}
</style>