Html Css Color HEX #2EBC9F Shamrock

📋 copy color: '#2EBC9F'

red 46 ◦ green 188 ◦ blue 159

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

Shades of Shamrock #2EBC9F

Tints of Shamrock #2EBC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.84%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 11.7%
G = 47.84%
B = 40.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#2EBC9F (or 0x2EBC9F) is known color: Shamrock. HEX triplet: 2E, BC and 9F. RGB value is (46,188,159). Sum of RGB (Red+Green+Blue) = 46+188+159=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC9F is #D14360. Grayscale: #8E8E8E. Windows color (decimal): -13714273 or 10468398. OLE color: 10468398.

HSL color Cylindrical-coordinate representation of color #2EBC9F: hue angle of 167.75º 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 #2EBC9F is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 159 -
CMYK 0.76 0 0.15 0.26
HSL 167.75º 0.61% 0.46% -
HSV(B) 167.75º 0.76% 0.74% -
XYZ 25.37 39.05 39 -
YUV 142.24 137.46 59.36 -
System Red Green Blue C M Y K H S L
Decimal 46 188 159 0.76 0 0.15 0.26 167.75 0.61 0.46
Hex 2E BC 9F 4C 0 F 1A A8 3D 2E
Octal 56 274 237 114 0 17 32 250 75 56
Binary 101110 10111100 10011111 1001100 0 1111 11010 10101000 111101 101110

Color Harmonies of #2EBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC9F

Black with #2EBC9F

Text Example


Text Example

White with #2EBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,159); }

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

background-color css

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

 a { background-color: rgb(46,188,159); }

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

border-color css

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

 span { border-color: rgb(46,188,159); }

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