Html Css Color HEX #1EB2AA Light Sea Green

📋 copy color: '#1EB2AA'

red 30 ◦ green 178 ◦ blue 170

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

Shades of Light Sea Green #1EB2AA

Tints of Light Sea Green #1EB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

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

R = 7.94%
G = 47.09%
B = 44.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#1EB2AA (or 0x1EB2AA) is known color: Light Sea Green. HEX triplet: 1E, B2 and AA. RGB value is (30,178,170). Sum of RGB (Red+Green+Blue) = 30+178+170=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB2AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB2AA is #E14D55. Grayscale: #848484. Windows color (decimal): -14765398 or 11186718. OLE color: 11186718.

HSL color Cylindrical-coordinate representation of color #1EB2AA: hue angle of 176.76º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB2AA is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 178 170 -
CMYK 0.83 0 0.04 0.30
HSL 176.76º 0.71% 0.41% -
HSV(B) 176.76º 0.83% 0.7% -
XYZ 23.71 35.02 43.54 -
YUV 132.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 30 178 170 0.83 0 0.04 0.30 176.76 0.71 0.41
Hex 1E B2 AA 53 0 4 1E B1 47 29
Octal 36 262 252 123 0 4 36 261 107 51
Binary 11110 10110010 10101010 1010011 0 100 11110 10110001 1000111 101001

Color Harmonies of #1EB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB2AA

Black with #1EB2AA

Text Example


Text Example

White with #1EB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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