Shades of Shamrock #2BEEAF
Tints of Shamrock #2BEEAF
RGB
CMYK
RGB Variations
Color information
#2BEEAF (or 0x2BEEAF) is known color: Shamrock. HEX triplet: 2B, EE and AF. RGB value is (43,238,175). Sum of RGB (Red+Green+Blue) = 43+238+175=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEEAF is #D41150. Grayscale: #ACACAC. Windows color (decimal): -13898065 or 11529771. OLE color: 11529771.
HSL color Cylindrical-coordinate representation of color #2BEEAF: hue angle of 160.62º degrees, saturation: 0.85, 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 #2BEEAF is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 175 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.07 |
| HSL | 160.62º | 0.85% | 0.55% | - |
| HSV(B) | 160.62º | 0.82% | 0.93% | - |
| XYZ | 39.31 | 64.76 | 50.99 | - |
| YUV | 172.51 | 129.4 | 35.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 175 | 0.82 | 0 | 0.26 | 0.07 | 160.62 | 0.85 | 0.55 |
| Hex | 2B | EE | AF | 52 | 0 | 1A | 7 | A1 | 55 | 37 |
| Octal | 53 | 356 | 257 | 122 | 0 | 32 | 7 | 241 | 125 | 67 |
| Binary | 101011 | 11101110 | 10101111 | 1010010 | 0 | 11010 | 111 | 10100001 | 1010101 | 110111 |
Color Harmonies of #2BEEAF
Complementary color
Monochromatic Colors of #2BEEAF
Black with #2BEEAF
Text Example
Text Example
White with #2BEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEAF; }
p { color: rgb(43,238,175); }
H1.HeaderClassName
{
color: #2BEEAF;
}
.AnyTagClassName
{
color: #2BEEAF;
}
</style>
background-color css
<style>
a { background-color: #2BEEAF; }
a { background-color: rgb(43,238,175); }
div.DivClassName
{
background-color: #2BEEAF;
}
.BgClassName
{
background-color: #2BEEAF;
}
</style>
border-color css
<style>
span { border-color: #2BEEAF; }
span { border-color: rgb(43,238,175); }
td.TdClassName
{
border-color: #2BEEAF;
}
.TagClassName
{
border-color: #2BEEAF;
}
</style>