Shades of Celadon #B2EEB2
Tints of Celadon #B2EEB2
RGB
CMYK
RGB Variations
Color information
#B2EEB2 (or 0xB2EEB2) is known color: Celadon. HEX triplet: B2, EE and B2. RGB value is (178,238,178). Sum of RGB (Red+Green+Blue) = 178+238+178=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EEB2 is #4D114D. Grayscale: #D5D5D5. Windows color (decimal): -5050702 or 11726514. OLE color: 11726514.
HSL color Cylindrical-coordinate representation of color #B2EEB2: hue angle of 120º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEB2 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 178 | 238 | 178 | - |
CMYK | 0.25 | 0 | 0.25 | 0.07 |
HSL | 120º | 0.64% | 0.82% | - |
HSV(B) | 120º | 0.25% | 0.93% | - |
XYZ | 56.97 | 73.83 | 53.37 | - |
YUV | 213.22 | 108.12 | 102.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 238 | 178 | 0.25 | 0 | 0.25 | 0.07 | 120 | 0.64 | 0.82 |
Hex | B2 | EE | B2 | 19 | 0 | 19 | 7 | 78 | 40 | 52 |
Octal | 262 | 356 | 262 | 31 | 0 | 31 | 7 | 170 | 100 | 122 |
Binary | 10110010 | 11101110 | 10110010 | 11001 | 0 | 11001 | 111 | 1111000 | 1000000 | 1010010 |
Color Harmonies of #B2EEB2
Complementary color
Monochromatic Colors of #B2EEB2
Black with #B2EEB2
Text Example
Text Example
White with #B2EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEB2; }
p { color: rgb(178,238,178); }
H1.HeaderClassName
{
color: #B2EEB2;
}
.AnyTagClassName
{
color: #B2EEB2;
}
</style>
background-color css
<style>
a { background-color: #B2EEB2; }
a { background-color: rgb(178,238,178); }
div.DivClassName
{
background-color: #B2EEB2;
}
.BgClassName
{
background-color: #B2EEB2;
}
</style>
border-color css
<style>
span { border-color: #B2EEB2; }
span { border-color: rgb(178,238,178); }
td.TdClassName
{
border-color: #B2EEB2;
}
.TagClassName
{
border-color: #B2EEB2;
}
</style>