#2BE5AD

Color #2BE5AD Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #2BE5AD

Tints of Shamrock #2BE5AD

Color information

#2BE5AD (or 0x2BE5AD) is unknown color: approx Shamrock. HEX triplet: 2B, E5 and AD. RGB value is (43,229,173). Sum of RGB (Red+Green+Blue) = 43+229+173=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE5AD is #D41A52. Grayscale: #A7A7A7. Windows color (decimal): -13900371 or 11396395. OLE color: 11396395.

HSL color Cylindrical-coordinate representation of color #2BE5AD: hue angle of 161.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5AD is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB43229173-
CMYK0.8100.240.10
HSL161.94º78.15%53.33%-
HSV(B)161.94º81.22%89.8%-
XYZ36.5659.5749.11-
YUV167131.3839.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 9.66%
GREEN value IS 229 (89.84% from 255) = 51.46%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=9.66%
G=51.46%
B=38.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432291730.8100.240.10161.9478.1553.33
Hex2BE5AD51018Aa24e35
Octal533452551210301224211665
Binary101011111001011010110110100010110001010101000101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BE5AD; }

 p { color: rgb(43,229,173); }

 H1.HeaderClassName
 {
   color: #2BE5AD;
 }
 .AnyTagClassName
 {
   color: #2BE5AD;
 }
</style>
background-color css

<style>
 a { background-color: #2BE5AD; }

 a { background-color: rgb(43,229,173); }

 div.DivClassName
 {
   background-color: #2BE5AD;
 }
 .BgClassName
 {
   background-color: #2BE5AD;
 }
</style>
border-color css

<style>
 span { border-color: #2BE5AD; }

 span { border-color: rgb(43,229,173); }

 td.TdClassName
 {
   border-color: #2BE5AD;
 }
 .TagClassName
 {
   border-color: #2BE5AD;
 }
</style>