#1ECBAC

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

Shades of Light Sea Green #1ECBAC

Tints of Light Sea Green #1ECBAC

Color information

#1ECBAC (or 0x1ECBAC) is unknown color: approx Light Sea Green. HEX triplet: 1E, CB and AC. RGB value is (30,203,172). Sum of RGB (Red+Green+Blue) = 30+203+172=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECBAC is #E13453. Grayscale: #939393. Windows color (decimal): -14758996 or 11324190. OLE color: 11324190.

HSL color Cylindrical-coordinate representation of color #1ECBAC: hue angle of 169.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECBAC is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB30203172-
CMYK0.8500.150.20
HSL169.25º74.25%45.69%-
HSV(B)169.25º85.22%79.61%-
XYZ29.3445.9746.36-
YUV147.74141.6944.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 203 (79.69% from 255) = 50.12%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=7.41%
G=50.12%
B=42.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal302031720.8500.150.20169.2574.2545.69
Hex1ECBAC550F14a94a2e
Octal363132541250172425111256
Binary11110110010111010110010101010111110100101010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,203,172); }

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

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

 a { background-color: rgb(30,203,172); }

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

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

 span { border-color: rgb(30,203,172); }

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