#2EB4A7

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

Shades of Light Sea Green #2EB4A7

Tints of Light Sea Green #2EB4A7

Color information

#2EB4A7 (or 0x2EB4A7) is unknown color: approx Light Sea Green. HEX triplet: 2E, B4 and A7. RGB value is (46,180,167). Sum of RGB (Red+Green+Blue) = 46+180+167=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB4A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB4A7 is #D14B58. Grayscale: #8A8A8A. Windows color (decimal): -13716313 or 10990638. OLE color: 10990638.

HSL color Cylindrical-coordinate representation of color #2EB4A7: hue angle of 174.18º 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 #2EB4A7 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB46180167-
CMYK0.7400.070.29
HSL174.18º59.29%44.31%-
HSV(B)174.18º74.44%70.59%-
XYZ24.4236.0142.22-
YUV138.45144.1162.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.70%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=11.70%
G=45.80%
B=42.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461801670.7400.070.29174.1859.2944.31
Hex2EB4A74A071Dae3b2c
Octal5626424711207352567354
Binary1011101011010010100111100101001111110110101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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