Html Css Color HEX #1EC4A8 Light Sea Green

📋 copy color: '#1EC4A8'

red 30 ◦ green 196 ◦ blue 168

#1EC4A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1EC4A8

Tints of Light Sea Green #1EC4A8

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 value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#1EC4A8 (or 0x1EC4A8) is known color: 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

RGB 30 196 168 -
CMYK 0.85 0 0.14 0.23
HSL 169.88º 0.73% 0.44% -
HSV(B) 169.88º 0.85% 0.77% -
XYZ 27.34 42.58 43.82 -
YUV 143.17 142 47.28 -
System Red Green Blue C M Y K H S L
Decimal 30 196 168 0.85 0 0.14 0.23 169.88 0.73 0.44
Hex 1E C4 A8 55 0 E 17 AA 49 2C
Octal 36 304 250 125 0 16 27 252 111 54
Binary 11110 11000100 10101000 1010101 0 1110 10111 10101010 1001001 101100

Color Harmonies of #1EC4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC4A8

Black with #1EC4A8

Text Example


Text Example

White with #1EC4A8

Text Example


Text Example

HTML Codes & Css Web 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>