#1ec6a7

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

Shades of Light Sea Green #1EC6A7

Tints of Light Sea Green #1EC6A7

Color information

#1EC6A7 (or 0x1EC6A7) is unknown color: approx Light Sea Green. HEX triplet: 1E, C6 and A7. RGB value is (30,198,167). Sum of RGB (Red+Green+Blue) = 30+198+167=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #1EC6A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC6A7 is #E13958. Grayscale: #909090. Windows color (decimal): -14760281 or 10995230. OLE color: 10995230.

HSL color Cylindrical-coordinate representation of color #1EC6A7: hue angle of 168.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC6A7 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB30198167-
CMYK0.8500.160.22
HSL168.93º73.68%44.71%-
HSV(B)168.93º84.85%77.65%-
XYZ27.743.4543.49-
YUV144.23140.8446.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 167 (65.62% from 255) = 42.28%
R=7.59%
G=50.13%
B=42.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301981670.8500.160.22168.9373.6844.71
Hex1EC6A75501016a94a2d
Octal363062471250202625111255
Binary111101100011010100111101010101000010110101010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ec6a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,198,167); }

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

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

 a { background-color: rgb(30,198,167); }

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

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

 span { border-color: rgb(30,198,167); }

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