Html Css Color HEX #1EA8AD Light Sea Green

📋 copy color: '#1EA8AD'

red 30 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #1EA8AD

Tints of Light Sea Green #1EA8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 8.09%
G = 45.28%
B = 46.63%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1EA8AD (or 0x1EA8AD) is known color: Light Sea Green. HEX triplet: 1E, A8 and AD. RGB value is (30,168,173). Sum of RGB (Red+Green+Blue) = 30+168+173=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #1EA8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA8AD is #E15752. Grayscale: #7F7F7F. Windows color (decimal): -14767955 or 11380766. OLE color: 11380766.

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

Color convert

RGB 30 168 173 -
CMYK 0.83 0.03 0 0.32
HSL 182.1º 0.7% 0.4% -
HSV(B) 182.1º 0.83% 0.68% -
XYZ 22.08 31.3 44.41 -
YUV 127.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 30 168 173 0.83 0.03 0 0.32 182.1 0.7 0.4
Hex 1E A8 AD 53 3 0 20 B6 46 28
Octal 36 250 255 123 3 0 40 266 106 50
Binary 11110 10101000 10101101 1010011 11 0 100000 10110110 1000110 101000

Color Harmonies of #1EA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA8AD

Black with #1EA8AD

Text Example


Text Example

White with #1EA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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