#2eb4aa

Color #2EB4AA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EB4AA

Tints of Light Sea Green #2EB4AA

Color information

#2EB4AA (or 0x2EB4AA) is unknown color: approx Light Sea Green. HEX triplet: 2E, B4 and AA. RGB value is (46,180,170). Sum of RGB (Red+Green+Blue) = 46+180+170=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB4AA is #D14B55. Grayscale: #8A8A8A. Windows color (decimal): -13716310 or 11187246. OLE color: 11187246.

HSL color Cylindrical-coordinate representation of color #2EB4AA: hue angle of 175.52º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB4AA is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB46180170-
CMYK0.7400.060.29
HSL175.52º59.29%44.31%-
HSV(B)175.52º74.44%70.59%-
XYZ24.736.1343.7-
YUV138.79145.6161.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.62%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=11.62%
G=45.45%
B=42.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461801700.7400.060.29175.5259.2944.31
Hex2EB4AA4A061Db03b2c
Octal5626425211206352607354
Binary1011101011010010101010100101001101110110110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb4aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2eb4aa;
 }
 .AnyTagClassName
 {
   color: #2eb4aa;
 }
</style>
background-color css

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

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

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

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

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

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