Html Css Color HEX #1EAEAA Light Sea Green

📋 copy color: '#1EAEAA'

red 30 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #1EAEAA

Tints of Light Sea Green #1EAEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.52%

 BLUE value IS 170 (66.8% from 255) = 45.45%

R = 8.02%
G = 46.52%
B = 45.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#1EAEAA (or 0x1EAEAA) is known color: Light Sea Green. HEX triplet: 1E, AE and AA. RGB value is (30,174,170). Sum of RGB (Red+Green+Blue) = 30+174+170=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAEAA is #E15155. Grayscale: #828282. Windows color (decimal): -14766422 or 11185694. OLE color: 11185694.

HSL color Cylindrical-coordinate representation of color #1EAEAA: hue angle of 178.33º degrees, saturation: 0.71, 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 #1EAEAA is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 174 170 -
CMYK 0.83 0 0.02 0.32
HSL 178.33º 0.71% 0.4% -
HSV(B) 178.33º 0.83% 0.68% -
XYZ 22.93 33.45 43.28 -
YUV 130.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 30 174 170 0.83 0 0.02 0.32 178.33 0.71 0.4
Hex 1E AE AA 53 0 2 20 B2 47 28
Octal 36 256 252 123 0 2 40 262 107 50
Binary 11110 10101110 10101010 1010011 0 10 100000 10110010 1000111 101000

Color Harmonies of #1EAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEAA

Black with #1EAEAA

Text Example


Text Example

White with #1EAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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