#1EBDAB

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

Shades of Light Sea Green #1EBDAB

Tints of Light Sea Green #1EBDAB

Color information

#1EBDAB (or 0x1EBDAB) is unknown color: approx Light Sea Green. HEX triplet: 1E, BD and AB. RGB value is (30,189,171). Sum of RGB (Red+Green+Blue) = 30+189+171=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 189 (74.22% from 255 or 48.46% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBDAB is #E14254. Grayscale: #8B8B8B. Windows color (decimal): -14762581 or 11255070. OLE color: 11255070.

HSL color Cylindrical-coordinate representation of color #1EBDAB: hue angle of 173.21º degrees, saturation: 0.73, 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 #1EBDAB is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB30189171-
CMYK0.8400.100.26
HSL173.21º72.6%42.94%-
HSV(B)173.21º84.13%74.12%-
XYZ26.0839.6144.8-
YUV139.41145.8249.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 189 (74.22% from 255) = 48.46%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=7.69%
G=48.46%
B=43.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891710.8400.100.26173.2172.642.94
Hex1EBDAB540A1Aad492b
Octal362752531240123225511153
Binary11110101111011010101110101000101011010101011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,189,171); }

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

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

 a { background-color: rgb(30,189,171); }

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

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

 span { border-color: rgb(30,189,171); }

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