#1ED0B2

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

Shades of Light Sea Green #1ED0B2

Tints of Light Sea Green #1ED0B2

Color information

#1ED0B2 (or 0x1ED0B2) is unknown color: approx Light Sea Green. HEX triplet: 1E, D0 and B2. RGB value is (30,208,178). Sum of RGB (Red+Green+Blue) = 30+208+178=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ED0B2 is #E12F4D. Grayscale: #979797. Windows color (decimal): -14757710 or 11718686. OLE color: 11718686.

HSL color Cylindrical-coordinate representation of color #1ED0B2: hue angle of 169.89º 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 #1ED0B2 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB30208178-
CMYK0.8600.140.18
HSL169.89º74.79%46.67%-
HSV(B)169.89º85.58%81.57%-
XYZ31.1348.649.86-
YUV151.36143.0341.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.21%
GREEN value IS 208 (81.64% from 255) = 50%
BLUE value IS 178 (69.92% from 255) = 42.79%
R=7.21%
G=50%
B=42.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal302081780.8600.140.18169.8974.7946.67
Hex1ED0B2560E12aa4b2f
Octal363202621260162225211357
Binary11110110100001011001010101100111010010101010101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ED0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,208,178); }

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

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

 a { background-color: rgb(30,208,178); }

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

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

 span { border-color: rgb(30,208,178); }

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