#1EB0A2

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

Shades of Light Sea Green #1EB0A2

Tints of Light Sea Green #1EB0A2

Color information

#1EB0A2 (or 0x1EB0A2) is unknown color: approx Light Sea Green. HEX triplet: 1E, B0 and A2. RGB value is (30,176,162). Sum of RGB (Red+Green+Blue) = 30+176+162=368 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.15% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB0A2 is #E14F5D. Grayscale: #828282. Windows color (decimal): -14765918 or 10661918. OLE color: 10661918.

HSL color Cylindrical-coordinate representation of color #1EB0A2: hue angle of 174.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB0A2 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB30176162-
CMYK0.8300.080.31
HSL174.25º70.87%40.39%-
HSV(B)174.25º82.95%69.02%-
XYZ22.5833.9439.54-
YUV130.75145.6356.14-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.15%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 162 (63.67% from 255) = 44.02%
R=8.15%
G=47.83%
B=44.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301761620.8300.080.31174.2570.8740.39
Hex1EB0A253081Fae4728
Octal362602421230103725610750
Binary11110101100001010001010100110100011111101011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,176,162); }

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

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

 a { background-color: rgb(30,176,162); }

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

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

 span { border-color: rgb(30,176,162); }

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