#1EB2A7

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

Shades of Light Sea Green #1EB2A7

Tints of Light Sea Green #1EB2A7

Color information

#1EB2A7 (or 0x1EB2A7) is unknown color: approx Light Sea Green. HEX triplet: 1E, B2 and A7. RGB value is (30,178,167). Sum of RGB (Red+Green+Blue) = 30+178+167=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB2A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB2A7 is #E14D58. Grayscale: #848484. Windows color (decimal): -14765401 or 10990110. OLE color: 10990110.

HSL color Cylindrical-coordinate representation of color #1EB2A7: hue angle of 175.54º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB2A7 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB30178167-
CMYK0.8300.060.30
HSL175.54º71.15%40.78%-
HSV(B)175.54º83.15%69.8%-
XYZ23.4334.9142.06-
YUV132.49147.4754.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=8%
G=47.47%
B=44.53%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal301781670.8300.060.30175.5471.1540.78
Hex1EB2A753061Eb04729
Octal36262247123063626010751
Binary1111010110010101001111010011011011110101100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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