Html Css Color HEX #1EACAA Light Sea Green

📋 copy color: '#1EACAA'

red 30 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #1EACAA

Tints of Light Sea Green #1EACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.24%

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

R = 8.06%
G = 46.24%
B = 45.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#1EACAA (or 0x1EACAA) is known color: Light Sea Green. HEX triplet: 1E, AC and AA. RGB value is (30,172,170). Sum of RGB (Red+Green+Blue) = 30+172+170=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #1EACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACAA is #E15355. Grayscale: #818181. Windows color (decimal): -14766934 or 11185182. OLE color: 11185182.

HSL color Cylindrical-coordinate representation of color #1EACAA: hue angle of 179.15º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACAA is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 172 170 -
CMYK 0.83 0 0.01 0.33
HSL 179.15º 0.7% 0.4% -
HSV(B) 179.15º 0.83% 0.67% -
XYZ 22.54 32.68 43.15 -
YUV 129.31 150.96 57.16 -
System Red Green Blue C M Y K H S L
Decimal 30 172 170 0.83 0 0.01 0.33 179.15 0.7 0.4
Hex 1E AC AA 53 0 1 21 B3 46 28
Octal 36 254 252 123 0 1 41 263 106 50
Binary 11110 10101100 10101010 1010011 0 1 100001 10110011 1000110 101000

Color Harmonies of #1EACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACAA

Black with #1EACAA

Text Example


Text Example

White with #1EACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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