#2ebd9a

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

Shades of Shamrock #2EBD9A

Tints of Shamrock #2EBD9A

Color information

#2EBD9A (or 0x2EBD9A) is unknown color: approx Shamrock. HEX triplet: 2E, BD and 9A. RGB value is (46,189,154). Sum of RGB (Red+Green+Blue) = 46+189+154=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBD9A is #D14265. Grayscale: #8E8E8E. Windows color (decimal): -13714022 or 10140974. OLE color: 10140974.

HSL color Cylindrical-coordinate representation of color #2EBD9A: hue angle of 165.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD9A is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB46189154-
CMYK0.7600.190.26
HSL165.31º60.85%46.08%-
HSV(B)165.31º75.66%74.12%-
XYZ25.1639.3136.83-
YUV142.25134.6259.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=11.83%
G=48.59%
B=39.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891540.7600.190.26165.3160.8546.08
Hex2EBD9A4C0131Aa53d2e
Octal56275232114023322457556
Binary101110101111011001101010011000100111101010100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ebd9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,154); }

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

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

 a { background-color: rgb(46,189,154); }

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

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

 span { border-color: rgb(46,189,154); }

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