Html Css Color HEX #1EC2AC Light Sea Green

📋 copy color: '#1EC2AC'

red 30 ◦ green 194 ◦ blue 172

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

Shades of Light Sea Green #1EC2AC

Tints of Light Sea Green #1EC2AC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 7.58%
G = 48.99%
B = 43.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#1EC2AC (or 0x1EC2AC) is known color: Light Sea Green. HEX triplet: 1E, C2 and AC. RGB value is (30,194,172). Sum of RGB (Red+Green+Blue) = 30+194+172=396 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.58% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC2AC is #E13D53. Grayscale: #8E8E8E. Windows color (decimal): -14761300 or 11321886. OLE color: 11321886.

HSL color Cylindrical-coordinate representation of color #1EC2AC: hue angle of 171.95º 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 #1EC2AC is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 194 172 -
CMYK 0.85 0 0.11 0.24
HSL 171.95º 0.73% 0.44% -
HSV(B) 171.95º 0.85% 0.76% -
XYZ 27.27 41.84 45.67 -
YUV 142.46 144.67 47.79 -
System Red Green Blue C M Y K H S L
Decimal 30 194 172 0.85 0 0.11 0.24 171.95 0.73 0.44
Hex 1E C2 AC 55 0 B 18 AC 49 2C
Octal 36 302 254 125 0 13 30 254 111 54
Binary 11110 11000010 10101100 1010101 0 1011 11000 10101100 1001001 101100

Color Harmonies of #1EC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC2AC

Black with #1EC2AC

Text Example


Text Example

White with #1EC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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