#1EBA9A

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

Shades of Light Sea Green #1EBA9A

Tints of Light Sea Green #1EBA9A

Color information

#1EBA9A (or 0x1EBA9A) is unknown color: approx Light Sea Green. HEX triplet: 1E, BA and 9A. RGB value is (30,186,154). Sum of RGB (Red+Green+Blue) = 30+186+154=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBA9A is #E14565. Grayscale: #878787. Windows color (decimal): -14763366 or 10140190. OLE color: 10140190.

HSL color Cylindrical-coordinate representation of color #1EBA9A: hue angle of 167.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA9A is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB30186154-
CMYK0.8400.170.27
HSL167.69º72.22%42.35%-
HSV(B)167.69º83.87%72.94%-
XYZ23.9337.7336.59-
YUV135.71138.3252.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 186 (73.05% from 255) = 50.27%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=8.11%
G=50.27%
B=41.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301861540.8400.170.27167.6972.2242.35
Hex1EBA9A540111Ba8482a
Octal362722321240213325011052
Binary111101011101010011010101010001000111011101010001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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