#1EBDBA

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

Shades of Light Sea Green #1EBDBA

Tints of Light Sea Green #1EBDBA

Color information

#1EBDBA (or 0x1EBDBA) is unknown color: approx Light Sea Green. HEX triplet: 1E, BD and BA. RGB value is (30,189,186). Sum of RGB (Red+Green+Blue) = 30+189+186=405 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.41% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDBA is #E14245. Grayscale: #8C8C8C. Windows color (decimal): -14762566 or 12238110. OLE color: 12238110.

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

Color convert

RGB30189186-
CMYK0.8400.020.26
HSL178.87º72.6%42.94%-
HSV(B)178.87º84.13%74.12%-
XYZ27.640.2252.76-
YUV141.12153.3248.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.41%
GREEN value IS 189 (74.22% from 255) = 46.67%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=7.41%
G=46.67%
B=45.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891860.8400.020.26178.8772.642.94
Hex1EBDBA54021Ab3492b
Octal36275272124023226311153
Binary111101011110110111010101010001011010101100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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