Html Css Color HEX #1EA5A1 Light Sea Green

📋 copy color: '#1EA5A1'

red 30 ◦ green 165 ◦ blue 161

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

Shades of Light Sea Green #1EA5A1

Tints of Light Sea Green #1EA5A1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.35%

 BLUE value IS 161 (63.28% from 255) = 45.22%

R = 8.43%
G = 46.35%
B = 45.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#1EA5A1 (or 0x1EA5A1) is known color: Light Sea Green. HEX triplet: 1E, A5 and A1. RGB value is (30,165,161). Sum of RGB (Red+Green+Blue) = 30+165+161=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA5A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA5A1 is #E15A5E. Grayscale: #7C7C7C. Windows color (decimal): -14768735 or 10593566. OLE color: 10593566.

HSL color Cylindrical-coordinate representation of color #1EA5A1: hue angle of 178.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA5A1 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 165 161 -
CMYK 0.82 0 0.02 0.35
HSL 178.22º 0.69% 0.38% -
HSV(B) 178.22º 0.82% 0.65% -
XYZ 20.42 29.76 38.39 -
YUV 124.18 148.77 60.83 -
System Red Green Blue C M Y K H S L
Decimal 30 165 161 0.82 0 0.02 0.35 178.22 0.69 0.38
Hex 1E A5 A1 52 0 2 23 B2 45 26
Octal 36 245 241 122 0 2 43 262 105 46
Binary 11110 10100101 10100001 1010010 0 10 100011 10110010 1000101 100110

Color Harmonies of #1EA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA5A1

Black with #1EA5A1

Text Example


Text Example

White with #1EA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,165,161); }

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

background-color css

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

 a { background-color: rgb(30,165,161); }

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

border-color css

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

 span { border-color: rgb(30,165,161); }

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