#1ED1B7

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

Shades of Light Sea Green #1ED1B7

Tints of Light Sea Green #1ED1B7

Color information

#1ED1B7 (or 0x1ED1B7) is unknown color: approx Light Sea Green. HEX triplet: 1E, D1 and B7. RGB value is (30,209,183). Sum of RGB (Red+Green+Blue) = 30+209+183=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED1B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED1B7 is #E12E48. Grayscale: #989898. Windows color (decimal): -14757449 or 12046622. OLE color: 12046622.

HSL color Cylindrical-coordinate representation of color #1ED1B7: hue angle of 171.28º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED1B7 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB30209183-
CMYK0.8600.120.18
HSL171.28º74.9%46.86%-
HSV(B)171.28º85.65%81.96%-
XYZ31.8849.352.63-
YUV152.51145.240.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.11%
GREEN value IS 209 (82.03% from 255) = 49.53%
BLUE value IS 183 (71.88% from 255) = 43.36%
R=7.11%
G=49.53%
B=43.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302091830.8600.120.18171.2874.946.86
Hex1ED1B7560C12ab4b2f
Octal363212671260142225311357
Binary11110110100011011011110101100110010010101010111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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