Html Css Color HEX #1EAA9D Light Sea Green

📋 copy color: '#1EAA9D'

red 30 ◦ green 170 ◦ blue 157

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

Shades of Light Sea Green #1EAA9D

Tints of Light Sea Green #1EAA9D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 8.4%
G = 47.62%
B = 43.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#1EAA9D (or 0x1EAA9D) is known color: Light Sea Green. HEX triplet: 1E, AA and 9D. RGB value is (30,170,157). Sum of RGB (Red+Green+Blue) = 30+170+157=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA9D is #E15562. Grayscale: #7E7E7E. Windows color (decimal): -14767459 or 10332702. OLE color: 10332702.

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

Color convert

RGB 30 170 157 -
CMYK 0.82 0 0.08 0.33
HSL 174.43º 0.7% 0.39% -
HSV(B) 174.43º 0.82% 0.67% -
XYZ 21 31.46 36.86 -
YUV 126.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 30 170 157 0.82 0 0.08 0.33 174.43 0.7 0.39
Hex 1E AA 9D 52 0 8 21 AE 46 27
Octal 36 252 235 122 0 10 41 256 106 47
Binary 11110 10101010 10011101 1010010 0 1000 100001 10101110 1000110 100111

Color Harmonies of #1EAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAA9D

Black with #1EAA9D

Text Example


Text Example

White with #1EAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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