Shades of Shamrock #2BEDAD
Tints of Shamrock #2BEDAD
RGB
CMYK
RGB Variations
Color information
#2BEDAD (or 0x2BEDAD) is known color: Shamrock. HEX triplet: 2B, ED and AD. RGB value is (43,237,173). Sum of RGB (Red+Green+Blue) = 43+237+173=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEDAD is #D41252. Grayscale: #ABABAB. Windows color (decimal): -13898323 or 11398443. OLE color: 11398443.
HSL color Cylindrical-coordinate representation of color #2BEDAD: hue angle of 160.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEDAD is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 173 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.07 |
| HSL | 160.21º | 0.84% | 0.55% | - |
| HSV(B) | 160.21º | 0.82% | 0.93% | - |
| XYZ | 38.82 | 64.1 | 49.86 | - |
| YUV | 171.7 | 128.73 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 173 | 0.82 | 0 | 0.27 | 0.07 | 160.21 | 0.84 | 0.55 |
| Hex | 2B | ED | AD | 52 | 0 | 1B | 7 | A0 | 54 | 37 |
| Octal | 53 | 355 | 255 | 122 | 0 | 33 | 7 | 240 | 124 | 67 |
| Binary | 101011 | 11101101 | 10101101 | 1010010 | 0 | 11011 | 111 | 10100000 | 1010100 | 110111 |
Color Harmonies of #2BEDAD
Complementary color
Monochromatic Colors of #2BEDAD
Black with #2BEDAD
Text Example
Text Example
White with #2BEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDAD; }
p { color: rgb(43,237,173); }
H1.HeaderClassName
{
color: #2BEDAD;
}
.AnyTagClassName
{
color: #2BEDAD;
}
</style>
background-color css
<style>
a { background-color: #2BEDAD; }
a { background-color: rgb(43,237,173); }
div.DivClassName
{
background-color: #2BEDAD;
}
.BgClassName
{
background-color: #2BEDAD;
}
</style>
border-color css
<style>
span { border-color: #2BEDAD; }
span { border-color: rgb(43,237,173); }
td.TdClassName
{
border-color: #2BEDAD;
}
.TagClassName
{
border-color: #2BEDAD;
}
</style>