#1eccaf

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

Shades of Light Sea Green #1ECCAF

Tints of Light Sea Green #1ECCAF

Color information

#1ECCAF (or 0x1ECCAF) is unknown color: approx Light Sea Green. HEX triplet: 1E, CC and AF. RGB value is (30,204,175). Sum of RGB (Red+Green+Blue) = 30+204+175=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ECCAF is #E13350. Grayscale: #949494. Windows color (decimal): -14758737 or 11521054. OLE color: 11521054.

HSL color Cylindrical-coordinate representation of color #1ECCAF: hue angle of 170º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECCAF is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB30204175-
CMYK0.8500.140.2
HSL170º74.36%45.88%-
HSV(B)170º85.29%80%-
XYZ29.8746.5647.97-
YUV148.67142.8543.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.33%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=7.33%
G=49.88%
B=42.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal302041750.8500.140.217074.3645.88
Hex1ECCAF550E14aa4a2e
Octal363142571250162425211256
Binary11110110011001010111110101010111010100101010101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eccaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,204,175); }

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

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

 a { background-color: rgb(30,204,175); }

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

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

 span { border-color: rgb(30,204,175); }

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