#1ED5B7

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

Shades of Light Sea Green #1ED5B7

Tints of Light Sea Green #1ED5B7

Color information

#1ED5B7 (or 0x1ED5B7) is unknown color: approx Light Sea Green. HEX triplet: 1E, D5 and B7. RGB value is (30,213,183). Sum of RGB (Red+Green+Blue) = 30+213+183=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED5B7 is #E12A48. Grayscale: #9A9A9A. Windows color (decimal): -14756425 or 12047646. OLE color: 12047646.

HSL color Cylindrical-coordinate representation of color #1ED5B7: hue angle of 170.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED5B7 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB30213183-
CMYK0.8600.140.16
HSL170.16º75.31%47.65%-
HSV(B)170.16º85.92%83.53%-
XYZ32.8851.2852.97-
YUV154.86143.8738.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.04%
GREEN value IS 213 (83.59% from 255) = 50%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=7.04%
G=50%
B=42.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal302131830.8600.140.16170.1675.3147.65
Hex1ED5B7560E10aa4b30
Octal363252671260162025211360
Binary11110110101011011011110101100111010000101010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,213,183); }

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

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

 a { background-color: rgb(30,213,183); }

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

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

 span { border-color: rgb(30,213,183); }

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