#1EB4C1

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

Shades of Light Sea Green #1EB4C1

Tints of Light Sea Green #1EB4C1

Color information

#1EB4C1 (or 0x1EB4C1) is unknown color: approx Light Sea Green. HEX triplet: 1E, B4 and C1. RGB value is (30,180,193). Sum of RGB (Red+Green+Blue) = 30+180+193=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #1EB4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB4C1 is #E14B3E. Grayscale: #888888. Windows color (decimal): -14764863 or 12694558. OLE color: 12694558.

HSL color Cylindrical-coordinate representation of color #1EB4C1: hue angle of 184.79º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB4C1 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB30180193-
CMYK0.840.0700.24
HSL184.79º73.09%43.73%-
HSV(B)184.79º84.46%75.69%-
XYZ26.4836.7756.15-
YUV136.63159.851.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.44%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=7.44%
G=44.67%
B=47.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301801930.840.0700.24184.7973.0943.73
Hex1EB4C1547018b9492c
Octal36264301124703027111154
Binary1111010110100110000011010100111011000101110011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,180,193); }

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

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

 a { background-color: rgb(30,180,193); }

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

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

 span { border-color: rgb(30,180,193); }

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