#11C3AE

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

Shades of Light Sea Green #11C3AE

Tints of Light Sea Green #11C3AE

Color information

#11C3AE (or 0x11C3AE) is unknown color: approx Light Sea Green. HEX triplet: 11, C3 and AE. RGB value is (17,195,174). Sum of RGB (Red+Green+Blue) = 17+195+174=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #11C3AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C3AE is #EE3C51. Grayscale: #8B8B8B. Windows color (decimal): -15613010 or 11453201. OLE color: 11453201.

HSL color Cylindrical-coordinate representation of color #11C3AE: hue angle of 172.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C3AE is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB17195174-
CMYK0.9100.110.24
HSL172.92º83.96%41.57%-
HSV(B)172.92º91.28%76.47%-
XYZ27.3942.2146.75-
YUV139.38147.5340.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.40%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=4.40%
G=50.52%
B=45.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171951740.9100.110.24172.9283.9641.57
Hex11C3AE5B0B18ad542a
Octal213032561330133025512452
Binary10001110000111010111010110110101111000101011011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11C3AE; }

 p { color: rgb(17,195,174); }

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

<style>
 a { background-color: #11C3AE; }

 a { background-color: rgb(17,195,174); }

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

<style>
 span { border-color: #11C3AE; }

 span { border-color: rgb(17,195,174); }

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