#1EC4A8

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

Shades of Light Sea Green #1EC4A8

Tints of Light Sea Green #1EC4A8

Color information

#1EC4A8 (or 0x1EC4A8) is unknown color: approx Light Sea Green. HEX triplet: 1E, C4 and A8. RGB value is (30,196,168). Sum of RGB (Red+Green+Blue) = 30+196+168=394 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.61% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC4A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC4A8 is #E13B57. Grayscale: #8F8F8F. Windows color (decimal): -14760792 or 11060254. OLE color: 11060254.

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

Color convert

RGB30196168-
CMYK0.8500.140.23
HSL169.88º73.45%44.31%-
HSV(B)169.88º84.69%76.86%-
XYZ27.3442.5843.82-
YUV143.1714247.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.61%
GREEN value IS 196 (76.95% from 255) = 49.75%
BLUE value IS 168 (66.02% from 255) = 42.64%
R=7.61%
G=49.75%
B=42.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal301961680.8500.140.23169.8873.4544.31
Hex1EC4A8550E17aa492c
Octal363042501250162725211154
Binary11110110001001010100010101010111010111101010101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,196,168); }

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

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

 a { background-color: rgb(30,196,168); }

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

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

 span { border-color: rgb(30,196,168); }

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