#2be5a4

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

Shades of Shamrock #2BE5A4

Tints of Shamrock #2BE5A4

Color information

#2BE5A4 (or 0x2BE5A4) is unknown color: approx Shamrock. HEX triplet: 2B, E5 and A4. RGB value is (43,229,164). Sum of RGB (Red+Green+Blue) = 43+229+164=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE5A4 is #D41A5B. Grayscale: #A6A6A6. Windows color (decimal): -13900380 or 10806571. OLE color: 10806571.

HSL color Cylindrical-coordinate representation of color #2BE5A4: hue angle of 159.03º 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 #2BE5A4 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB43229164-
CMYK0.8100.280.10
HSL159.03º78.15%53.33%-
HSV(B)159.03º81.22%89.8%-
XYZ35.7259.2344.67-
YUV165.98126.8840.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.86%
GREEN value IS 229 (89.84% from 255) = 52.52%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=9.86%
G=52.52%
B=37.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal432291640.8100.280.10159.0378.1553.33
Hex2BE5A45101CA9f4e35
Octal533452441210341223711665
Binary101011111001011010010010100010111001010100111111001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2be5a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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