#1EBDB6

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

Shades of Light Sea Green #1EBDB6

Tints of Light Sea Green #1EBDB6

Color information

#1EBDB6 (or 0x1EBDB6) is unknown color: approx Light Sea Green. HEX triplet: 1E, BD and B6. RGB value is (30,189,182). Sum of RGB (Red+Green+Blue) = 30+189+182=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDB6 is #E14249. Grayscale: #8C8C8C. Windows color (decimal): -14762570 or 11975966. OLE color: 11975966.

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

Color convert

RGB30189182-
CMYK0.8400.040.26
HSL177.36º72.6%42.94%-
HSV(B)177.36º84.13%74.12%-
XYZ27.1840.0550.55-
YUV140.66151.3249.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.48%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=7.48%
G=47.13%
B=45.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891820.8400.040.26177.3672.642.94
Hex1EBDB654041Ab1492b
Octal36275266124043226111153
Binary1111010111101101101101010100010011010101100011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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