#1EBDBB

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

Shades of Light Sea Green #1EBDBB

Tints of Light Sea Green #1EBDBB

Color information

#1EBDBB (or 0x1EBDBB) is unknown color: approx Light Sea Green. HEX triplet: 1E, BD and BB. RGB value is (30,189,187). Sum of RGB (Red+Green+Blue) = 30+189+187=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDBB is #E14244. Grayscale: #8D8D8D. Windows color (decimal): -14762565 or 12303646. OLE color: 12303646.

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

Color convert

RGB30189187-
CMYK0.8400.010.26
HSL179.25º72.6%42.94%-
HSV(B)179.25º84.13%74.12%-
XYZ27.740.2653.32-
YUV141.23153.8248.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.39%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=7.39%
G=46.55%
B=46.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891870.8400.010.26179.2572.642.94
Hex1EBDBB54011Ab3492b
Octal36275273124013226311153
Binary11110101111011011101110101000111010101100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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