Html Css Color HEX #1EABAA Light Sea Green

📋 copy color: '#1EABAA'

red 30 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #1EABAA

Tints of Light Sea Green #1EABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 8.09%
G = 46.09%
B = 45.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#1EABAA (or 0x1EABAA) is known color: Light Sea Green. HEX triplet: 1E, AB and AA. RGB value is (30,171,170). Sum of RGB (Red+Green+Blue) = 30+171+170=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #1EABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EABAA is #E15455. Grayscale: #808080. Windows color (decimal): -14767190 or 11184926. OLE color: 11184926.

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

Color convert

RGB 30 171 170 -
CMYK 0.82 0 0.01 0.33
HSL 179.57º 0.7% 0.39% -
HSV(B) 179.57º 0.82% 0.67% -
XYZ 22.35 32.3 43.09 -
YUV 128.73 151.29 57.58 -
System Red Green Blue C M Y K H S L
Decimal 30 171 170 0.82 0 0.01 0.33 179.57 0.7 0.39
Hex 1E AB AA 52 0 1 21 B4 46 27
Octal 36 253 252 122 0 1 41 264 106 47
Binary 11110 10101011 10101010 1010010 0 1 100001 10110100 1000110 100111

Color Harmonies of #1EABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABAA

Black with #1EABAA

Text Example


Text Example

White with #1EABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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