Html Css Color HEX #1EC1AA Light Sea Green

📋 copy color: '#1EC1AA'

red 30 ◦ green 193 ◦ blue 170

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

Shades of Light Sea Green #1EC1AA

Tints of Light Sea Green #1EC1AA

RGB

 RED value IS 30 (12.11% from 255) = 7.63%

 GREEN value IS 193 (75.78% from 255) = 49.11%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 7.63%
G = 49.11%
B = 43.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#1EC1AA (or 0x1EC1AA) is known color: Light Sea Green. HEX triplet: 1E, C1 and AA. RGB value is (30,193,170). Sum of RGB (Red+Green+Blue) = 30+193+170=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC1AA is #E13E55. Grayscale: #8D8D8D. Windows color (decimal): -14761558 or 11190558. OLE color: 11190558.

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

Color convert

RGB 30 193 170 -
CMYK 0.84 0 0.12 0.24
HSL 171.53º 0.73% 0.44% -
HSV(B) 171.53º 0.84% 0.76% -
XYZ 26.86 41.32 44.59 -
YUV 141.64 144 48.37 -
System Red Green Blue C M Y K H S L
Decimal 30 193 170 0.84 0 0.12 0.24 171.53 0.73 0.44
Hex 1E C1 AA 54 0 C 18 AC 49 2C
Octal 36 301 252 124 0 14 30 254 111 54
Binary 11110 11000001 10101010 1010100 0 1100 11000 10101100 1001001 101100

Color Harmonies of #1EC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC1AA

Black with #1EC1AA

Text Example


Text Example

White with #1EC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,193,170); }

 H1.HeaderClassName
 {
   color: #1EC1AA;
 }
 .AnyTagClassName
 {
   color: #1EC1AA;
 }
</style>

background-color css

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

 a { background-color: rgb(30,193,170); }

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

border-color css

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

 span { border-color: rgb(30,193,170); }

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