#1EABB8

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

Shades of Light Sea Green #1EABB8

Tints of Light Sea Green #1EABB8

Color information

#1EABB8 (or 0x1EABB8) is unknown color: approx Light Sea Green. HEX triplet: 1E, AB and B8. RGB value is (30,171,184). Sum of RGB (Red+Green+Blue) = 30+171+184=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #1EABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABB8 is #E15447. Grayscale: #828282. Windows color (decimal): -14767176 or 12102430. OLE color: 12102430.

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

Color convert

RGB30171184-
CMYK0.840.0700.28
HSL185.06º71.96%41.96%-
HSV(B)185.06º83.7%72.16%-
XYZ23.7532.8650.44-
YUV130.32158.2956.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.79%
GREEN value IS 171 (67.19% from 255) = 44.42%
BLUE value IS 184 (72.27% from 255) = 47.79%
R=7.79%
G=44.42%
B=47.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal301711840.840.0700.28185.0671.9641.96
Hex1EABB854701Cb9482a
Octal36253270124703427111052
Binary1111010101011101110001010100111011100101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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