#1EC1B4

Color #1EC1B4 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1EC1B4

Tints of Light Sea Green #1EC1B4

Color information

#1EC1B4 (or 0x1EC1B4) is unknown color: approx Light Sea Green. HEX triplet: 1E, C1 and B4. RGB value is (30,193,180). Sum of RGB (Red+Green+Blue) = 30+193+180=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1B4 is #E13E4B. Grayscale: #8E8E8E. Windows color (decimal): -14761548 or 11845918. OLE color: 11845918.

HSL color Cylindrical-coordinate representation of color #1EC1B4: hue angle of 175.21º 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 #1EC1B4 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB30193180-
CMYK0.8400.070.24
HSL175.21º73.09%43.73%-
HSV(B)175.21º84.46%75.69%-
XYZ27.8441.7149.76-
YUV142.7814947.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.44%
GREEN value IS 193 (75.78% from 255) = 47.89%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=7.44%
G=47.89%
B=44.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931800.8400.070.24175.2173.0943.73
Hex1EC1B4540718af492c
Octal36301264124073025711154
Binary1111011000001101101001010100011111000101011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EC1B4;
 }
 .AnyTagClassName
 {
   color: #1EC1B4;
 }
</style>
background-color css

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

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

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

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

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

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