Html Css Color HEX #1EA8A0 Light Sea Green

📋 copy color: '#1EA8A0'

red 30 ◦ green 168 ◦ blue 160

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

Shades of Light Sea Green #1EA8A0

Tints of Light Sea Green #1EA8A0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.93%

 BLUE value IS 160 (62.89% from 255) = 44.69%

R = 8.38%
G = 46.93%
B = 44.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#1EA8A0 (or 0x1EA8A0) is known color: Light Sea Green. HEX triplet: 1E, A8 and A0. RGB value is (30,168,160). Sum of RGB (Red+Green+Blue) = 30+168+160=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA8A0 is #E1575F. Grayscale: #7D7D7D. Windows color (decimal): -14767968 or 10528798. OLE color: 10528798.

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

Color convert

RGB 30 168 160 -
CMYK 0.82 0 0.05 0.34
HSL 176.52º 0.7% 0.39% -
HSV(B) 176.52º 0.82% 0.66% -
XYZ 20.88 30.82 38.11 -
YUV 125.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 30 168 160 0.82 0 0.05 0.34 176.52 0.7 0.39
Hex 1E A8 A0 52 0 5 22 B1 46 27
Octal 36 250 240 122 0 5 42 261 106 47
Binary 11110 10101000 10100000 1010010 0 101 100010 10110001 1000110 100111

Color Harmonies of #1EA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA8A0

Black with #1EA8A0

Text Example


Text Example

White with #1EA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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