Html Css Color HEX #2EAA9E Light Sea Green

📋 copy color: '#2EAA9E'

red 46 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #2EAA9E

Tints of Light Sea Green #2EAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.45%

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 12.3%
G = 45.45%
B = 42.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2EAA9E (or 0x2EAA9E) is known color: Light Sea Green. HEX triplet: 2E, AA and 9E. RGB value is (46,170,158). Sum of RGB (Red+Green+Blue) = 46+170+158=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9E is #D15561. Grayscale: #838383. Windows color (decimal): -13718882 or 10398254. OLE color: 10398254.

HSL color Cylindrical-coordinate representation of color #2EAA9E: hue angle of 174.19º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA9E is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 158 -
CMYK 0.73 0 0.07 0.33
HSL 174.19º 0.57% 0.42% -
HSV(B) 174.19º 0.73% 0.67% -
XYZ 21.67 31.8 37.34 -
YUV 131.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 46 170 158 0.73 0 0.07 0.33 174.19 0.57 0.42
Hex 2E AA 9E 49 0 7 21 AE 39 2A
Octal 56 252 236 111 0 7 41 256 71 52
Binary 101110 10101010 10011110 1001001 0 111 100001 10101110 111001 101010

Color Harmonies of #2EAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA9E

Black with #2EAA9E

Text Example


Text Example

White with #2EAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,158); }

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

background-color css

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

 a { background-color: rgb(46,170,158); }

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

border-color css

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

 span { border-color: rgb(46,170,158); }

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