#1EB3BC

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

Shades of Light Sea Green #1EB3BC

Tints of Light Sea Green #1EB3BC

Color information

#1EB3BC (or 0x1EB3BC) is unknown color: approx Light Sea Green. HEX triplet: 1E, B3 and BC. RGB value is (30,179,188). Sum of RGB (Red+Green+Blue) = 30+179+188=397 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.56% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EB3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB3BC is #E14C43. Grayscale: #878787. Windows color (decimal): -14765124 or 12366622. OLE color: 12366622.

HSL color Cylindrical-coordinate representation of color #1EB3BC: hue angle of 183.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB3BC is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30179188-
CMYK0.840.0500.26
HSL183.42º72.48%42.75%-
HSV(B)183.42º84.04%73.73%-
XYZ25.7336.1553.2-
YUV135.48157.6452.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.56%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=7.56%
G=45.09%
B=47.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301791880.840.0500.26183.4272.4842.75
Hex1EB3BC54501Ab7482b
Octal36263274124503226711053
Binary1111010110011101111001010100101011010101101111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,179,188); }

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

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

 a { background-color: rgb(30,179,188); }

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

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

 span { border-color: rgb(30,179,188); }

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