Html Css Color HEX #2EC9A5 Shamrock

📋 copy color: '#2EC9A5'

red 46 ◦ green 201 ◦ blue 165

#2EC9A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2EC9A5

Tints of Shamrock #2EC9A5

RGB

 RED value IS 46 (18.36% from 255) = 11.17%

 GREEN value IS 201 (78.91% from 255) = 48.79%

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 11.17%
G = 48.79%
B = 40.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#2EC9A5 (or 0x2EC9A5) is known color: Shamrock. HEX triplet: 2E, C9 and A5. RGB value is (46,201,165). Sum of RGB (Red+Green+Blue) = 46+201+165=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC9A5 is #D1365A. Grayscale: #969696. Windows color (decimal): -13710939 or 10864942. OLE color: 10864942.

HSL color Cylindrical-coordinate representation of color #2EC9A5: hue angle of 166.06º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC9A5 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 201 165 -
CMYK 0.77 0 0.18 0.21
HSL 166.06º 0.63% 0.48% -
HSV(B) 166.06º 0.77% 0.79% -
XYZ 28.8 45.07 42.78 -
YUV 150.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 46 201 165 0.77 0 0.18 0.21 166.06 0.63 0.48
Hex 2E C9 A5 4D 0 12 15 A6 3F 30
Octal 56 311 245 115 0 22 25 246 77 60
Binary 101110 11001001 10100101 1001101 0 10010 10101 10100110 111111 110000

Color Harmonies of #2EC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC9A5

Black with #2EC9A5

Text Example


Text Example

White with #2EC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,201,165); }

 H1.HeaderClassName
 {
   color: #2EC9A5;
 }
 .AnyTagClassName
 {
   color: #2EC9A5;
 }
</style>

background-color css

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

 a { background-color: rgb(46,201,165); }

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

border-color css

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

 span { border-color: rgb(46,201,165); }

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