#2EC7B4

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

Shades of Light Sea Green #2EC7B4

Tints of Light Sea Green #2EC7B4

Color information

#2EC7B4 (or 0x2EC7B4) is unknown color: approx Light Sea Green. HEX triplet: 2E, C7 and B4. RGB value is (46,199,180). Sum of RGB (Red+Green+Blue) = 46+199+180=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC7B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7B4 is #D1384B. Grayscale: #979797. Windows color (decimal): -13711436 or 11847470. OLE color: 11847470.

HSL color Cylindrical-coordinate representation of color #2EC7B4: hue angle of 172.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC7B4 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB46199180-
CMYK0.7700.100.22
HSL172.55º62.45%48.04%-
HSV(B)172.55º76.88%78.04%-
XYZ29.7944.7250.24-
YUV151.09144.3153.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.82%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=10.82%
G=46.82%
B=42.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461991800.7700.100.22172.5562.4548.04
Hex2EC7B44D0A16ad3e30
Octal56307264115012262557660
Binary10111011000111101101001001101010101011010101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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