Html Css Color HEX #1EAA9F Light Sea Green

📋 copy color: '#1EAA9F'

red 30 ◦ green 170 ◦ blue 159

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

Shades of Light Sea Green #1EAA9F

Tints of Light Sea Green #1EAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 8.36%
G = 47.35%
B = 44.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#1EAA9F (or 0x1EAA9F) is known color: Light Sea Green. HEX triplet: 1E, AA and 9F. RGB value is (30,170,159). Sum of RGB (Red+Green+Blue) = 30+170+159=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAA9F is #E15560. Grayscale: #7E7E7E. Windows color (decimal): -14767457 or 10463774. OLE color: 10463774.

HSL color Cylindrical-coordinate representation of color #1EAA9F: hue angle of 175.29º 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 #1EAA9F is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 170 159 -
CMYK 0.82 0 0.06 0.33
HSL 175.29º 0.7% 0.39% -
HSV(B) 175.29º 0.82% 0.67% -
XYZ 21.17 31.53 37.77 -
YUV 126.89 146.12 58.89 -
System Red Green Blue C M Y K H S L
Decimal 30 170 159 0.82 0 0.06 0.33 175.29 0.7 0.39
Hex 1E AA 9F 52 0 6 21 AF 46 27
Octal 36 252 237 122 0 6 41 257 106 47
Binary 11110 10101010 10011111 1010010 0 110 100001 10101111 1000110 100111

Color Harmonies of #1EAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAA9F

Black with #1EAA9F

Text Example


Text Example

White with #1EAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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