Html Css Color HEX #2EA7AA Light Sea Green

📋 copy color: '#2EA7AA'

red 46 ◦ green 167 ◦ blue 170

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

Shades of Light Sea Green #2EA7AA

Tints of Light Sea Green #2EA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 12.01%
G = 43.6%
B = 44.39%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2EA7AA (or 0x2EA7AA) is known color: Light Sea Green. HEX triplet: 2E, A7 and AA. RGB value is (46,167,170). Sum of RGB (Red+Green+Blue) = 46+167+170=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #2EA7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA7AA is #D15855. Grayscale: #838383. Windows color (decimal): -13719638 or 11183918. OLE color: 11183918.

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

Color convert

RGB 46 167 170 -
CMYK 0.73 0.02 0 0.33
HSL 181.45º 0.57% 0.42% -
HSV(B) 181.45º 0.73% 0.67% -
XYZ 22.2 31.12 42.87 -
YUV 131.16 149.91 67.26 -
System Red Green Blue C M Y K H S L
Decimal 46 167 170 0.73 0.02 0 0.33 181.45 0.57 0.42
Hex 2E A7 AA 49 2 0 21 B5 39 2A
Octal 56 247 252 111 2 0 41 265 71 52
Binary 101110 10100111 10101010 1001001 10 0 100001 10110101 111001 101010

Color Harmonies of #2EA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA7AA

Black with #2EA7AA

Text Example


Text Example

White with #2EA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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