Html Css Color HEX #2EAAA2 Light Sea Green

📋 copy color: '#2EAAA2'

red 46 ◦ green 170 ◦ blue 162

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

Shades of Light Sea Green #2EAAA2

Tints of Light Sea Green #2EAAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.86%

R = 12.17%
G = 44.97%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#2EAAA2 (or 0x2EAAA2) is known color: Light Sea Green. HEX triplet: 2E, AA and A2. RGB value is (46,170,162). Sum of RGB (Red+Green+Blue) = 46+170+162=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA2 is #D1555D. Grayscale: #838383. Windows color (decimal): -13718878 or 10660398. OLE color: 10660398.

HSL color Cylindrical-coordinate representation of color #2EAAA2: hue angle of 176.13º 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 #2EAAA2 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 162 -
CMYK 0.73 0 0.05 0.33
HSL 176.13º 0.57% 0.42% -
HSV(B) 176.13º 0.73% 0.67% -
XYZ 22.02 31.94 39.19 -
YUV 132.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 46 170 162 0.73 0 0.05 0.33 176.13 0.57 0.42
Hex 2E AA A2 49 0 5 21 B0 39 2A
Octal 56 252 242 111 0 5 41 260 71 52
Binary 101110 10101010 10100010 1001001 0 101 100001 10110000 111001 101010

Color Harmonies of #2EAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAA2

Black with #2EAAA2

Text Example


Text Example

White with #2EAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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