Html Css Color HEX #1EAAA8 Light Sea Green

📋 copy color: '#1EAAA8'

red 30 ◦ green 170 ◦ blue 168

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

Shades of Light Sea Green #1EAAA8

Tints of Light Sea Green #1EAAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 45.65%

R = 8.15%
G = 46.2%
B = 45.65%

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

#1EAAA8 (or 0x1EAAA8) is known color: Light Sea Green. HEX triplet: 1E, AA and A8. RGB value is (30,170,168). Sum of RGB (Red+Green+Blue) = 30+170+168=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 168 (66.02% from 255 or 45.65% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAA8 is #E15557. Grayscale: #7F7F7F. Windows color (decimal): -14767448 or 11053598. OLE color: 11053598.

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

Color convert

RGB 30 170 168 -
CMYK 0.82 0 0.01 0.33
HSL 179.14º 0.7% 0.39% -
HSV(B) 179.14º 0.82% 0.67% -
XYZ 21.98 31.85 42.04 -
YUV 127.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 30 170 168 0.82 0 0.01 0.33 179.14 0.7 0.39
Hex 1E AA A8 52 0 1 21 B3 46 27
Octal 36 252 250 122 0 1 41 263 106 47
Binary 11110 10101010 10101000 1010010 0 1 100001 10110011 1000110 100111

Color Harmonies of #1EAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAAA8

Black with #1EAAA8

Text Example


Text Example

White with #1EAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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