#1EB0B1

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

Shades of Light Sea Green #1EB0B1

Tints of Light Sea Green #1EB0B1

Color information

#1EB0B1 (or 0x1EB0B1) is unknown color: approx Light Sea Green. HEX triplet: 1E, B0 and B1. RGB value is (30,176,177). Sum of RGB (Red+Green+Blue) = 30+176+177=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #1EB0B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB0B1 is #E14F4E. Grayscale: #848484. Windows color (decimal): -14765903 or 11644958. OLE color: 11644958.

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

Color convert

RGB30176177-
CMYK0.830.0100.31
HSL180.41º71.01%40.59%-
HSV(B)180.41º83.05%69.41%-
XYZ2434.546.99-
YUV132.46153.1354.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.83%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=7.83%
G=45.95%
B=46.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301761770.830.0100.31180.4171.0140.59
Hex1EB0B153101Fb44729
Octal36260261123103726410751
Binary11110101100001011000110100111011111101101001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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