#2EBDAA

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

Shades of Light Sea Green #2EBDAA

Tints of Light Sea Green #2EBDAA

Color information

#2EBDAA (or 0x2EBDAA) is unknown color: approx Light Sea Green. HEX triplet: 2E, BD and AA. RGB value is (46,189,170). Sum of RGB (Red+Green+Blue) = 46+189+170=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDAA is #D14255. Grayscale: #909090. Windows color (decimal): -13714006 or 11189550. OLE color: 11189550.

HSL color Cylindrical-coordinate representation of color #2EBDAA: hue angle of 172.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDAA is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB46189170-
CMYK0.7600.100.26
HSL172.03º60.85%46.08%-
HSV(B)172.03º75.66%74.12%-
XYZ26.5839.8844.33-
YUV144.08142.6258.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.36%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=11.36%
G=46.67%
B=41.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891700.7600.100.26172.0360.8546.08
Hex2EBDAA4C0A1Aac3d2e
Octal56275252114012322547556
Binary10111010111101101010101001100010101101010101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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