Html Css Color HEX #2ED9AF Shamrock

📋 copy color: '#2ED9AF'

red 46 ◦ green 217 ◦ blue 175

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

Shades of Shamrock #2ED9AF

Tints of Shamrock #2ED9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.54%

 BLUE value IS 175 (68.75% from 255) = 39.95%

R = 10.5%
G = 49.54%
B = 39.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#2ED9AF (or 0x2ED9AF) is known color: Shamrock. HEX triplet: 2E, D9 and AF. RGB value is (46,217,175). Sum of RGB (Red+Green+Blue) = 46+217+175=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED9AF is #D12650. Grayscale: #A1A1A1. Windows color (decimal): -13706833 or 11524398. OLE color: 11524398.

HSL color Cylindrical-coordinate representation of color #2ED9AF: hue angle of 165.26º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED9AF is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 217 175 -
CMYK 0.79 0 0.19 0.15
HSL 165.26º 0.69% 0.52% -
HSV(B) 165.26º 0.79% 0.85% -
XYZ 33.68 53.3 49.07 -
YUV 161.08 135.85 45.92 -
System Red Green Blue C M Y K H S L
Decimal 46 217 175 0.79 0 0.19 0.15 165.26 0.69 0.52
Hex 2E D9 AF 4F 0 13 F A5 45 34
Octal 56 331 257 117 0 23 17 245 105 64
Binary 101110 11011001 10101111 1001111 0 10011 1111 10100101 1000101 110100

Color Harmonies of #2ED9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED9AF

Black with #2ED9AF

Text Example


Text Example

White with #2ED9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,217,175); }

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

background-color css

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

 a { background-color: rgb(46,217,175); }

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

border-color css

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

 span { border-color: rgb(46,217,175); }

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