Html Css Color HEX #1EC1BA Light Sea Green

📋 copy color: '#1EC1BA'

red 30 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #1EC1BA

Tints of Light Sea Green #1EC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 7.33%
G = 47.19%
B = 45.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#1EC1BA (or 0x1EC1BA) is known color: Light Sea Green. HEX triplet: 1E, C1 and BA. RGB value is (30,193,186). Sum of RGB (Red+Green+Blue) = 30+193+186=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1BA is #E13E45. Grayscale: #8F8F8F. Windows color (decimal): -14761542 or 12239134. OLE color: 12239134.

HSL color Cylindrical-coordinate representation of color #1EC1BA: hue angle of 177.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC1BA is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 193 186 -
CMYK 0.84 0 0.04 0.24
HSL 177.42º 0.73% 0.44% -
HSV(B) 177.42º 0.84% 0.76% -
XYZ 28.47 41.96 53.05 -
YUV 143.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 30 193 186 0.84 0 0.04 0.24 177.42 0.73 0.44
Hex 1E C1 BA 54 0 4 18 B1 49 2C
Octal 36 301 272 124 0 4 30 261 111 54
Binary 11110 11000001 10111010 1010100 0 100 11000 10110001 1001001 101100

Color Harmonies of #1EC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC1BA

Black with #1EC1BA

Text Example


Text Example

White with #1EC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,193,186); }

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

background-color css

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

 a { background-color: rgb(30,193,186); }

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

border-color css

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

 span { border-color: rgb(30,193,186); }

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