Html Css Color HEX #2EAAA6 Light Sea Green

📋 copy color: '#2EAAA6'

red 46 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #2EAAA6

Tints of Light Sea Green #2EAAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 12.04%
G = 44.5%
B = 43.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#2EAAA6 (or 0x2EAAA6) is known color: Light Sea Green. HEX triplet: 2E, AA and A6. RGB value is (46,170,166). Sum of RGB (Red+Green+Blue) = 46+170+166=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA6 is #D15559. Grayscale: #848484. Windows color (decimal): -13718874 or 10922542. OLE color: 10922542.

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

Color convert

RGB 46 170 166 -
CMYK 0.73 0 0.02 0.33
HSL 178.06º 0.57% 0.42% -
HSV(B) 178.06º 0.73% 0.67% -
XYZ 22.38 32.08 41.09 -
YUV 132.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 46 170 166 0.73 0 0.02 0.33 178.06 0.57 0.42
Hex 2E AA A6 49 0 2 21 B2 39 2A
Octal 56 252 246 111 0 2 41 262 71 52
Binary 101110 10101010 10100110 1001001 0 10 100001 10110010 111001 101010

Color Harmonies of #2EAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAA6

Black with #2EAAA6

Text Example


Text Example

White with #2EAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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