Html Css Color HEX #1EA8AC Light Sea Green

📋 copy color: '#1EA8AC'

red 30 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #1EA8AC

Tints of Light Sea Green #1EA8AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 8.11%
G = 45.41%
B = 46.49%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1EA8AC (or 0x1EA8AC) is known color: Light Sea Green. HEX triplet: 1E, A8 and AC. RGB value is (30,168,172). Sum of RGB (Red+Green+Blue) = 30+168+172=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #1EA8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA8AC is #E15753. Grayscale: #7F7F7F. Windows color (decimal): -14767956 or 11315230. OLE color: 11315230.

HSL color Cylindrical-coordinate representation of color #1EA8AC: hue angle of 181.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EA8AC is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 30 168 172 -
CMYK 0.83 0.02 0 0.33
HSL 181.69º 0.7% 0.4% -
HSV(B) 181.69º 0.83% 0.67% -
XYZ 21.98 31.26 43.9 -
YUV 127.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 30 168 172 0.83 0.02 0 0.33 181.69 0.7 0.4
Hex 1E A8 AC 53 2 0 21 B6 46 28
Octal 36 250 254 123 2 0 41 266 106 50
Binary 11110 10101000 10101100 1010011 10 0 100001 10110110 1000110 101000

Color Harmonies of #1EA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA8AC

Black with #1EA8AC

Text Example


Text Example

White with #1EA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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