#1EC2AD

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

Shades of Light Sea Green #1EC2AD

Tints of Light Sea Green #1EC2AD

Color information

#1EC2AD (or 0x1EC2AD) is unknown color: approx Light Sea Green. HEX triplet: 1E, C2 and AD. RGB value is (30,194,173). Sum of RGB (Red+Green+Blue) = 30+194+173=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC2AD is #E13D52. Grayscale: #8E8E8E. Windows color (decimal): -14761299 or 11387422. OLE color: 11387422.

HSL color Cylindrical-coordinate representation of color #1EC2AD: hue angle of 172.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC2AD is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB30194173-
CMYK0.8500.110.24
HSL172.32º73.21%43.92%-
HSV(B)172.32º84.54%76.08%-
XYZ27.3741.8846.18-
YUV142.57145.1747.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.56%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=7.56%
G=48.87%
B=43.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301941730.8500.110.24172.3273.2143.92
Hex1EC2AD550B18ac492c
Octal363022551250133025411154
Binary11110110000101010110110101010101111000101011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EC2AD; }

 p { color: rgb(30,194,173); }

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

<style>
 a { background-color: #1EC2AD; }

 a { background-color: rgb(30,194,173); }

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

<style>
 span { border-color: #1EC2AD; }

 span { border-color: rgb(30,194,173); }

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