#11c5aa

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

Shades of Light Sea Green #11C5AA

Tints of Light Sea Green #11C5AA

Color information

#11C5AA (or 0x11C5AA) is unknown color: approx Light Sea Green. HEX triplet: 11, C5 and AA. RGB value is (17,197,170). Sum of RGB (Red+Green+Blue) = 17+197+170=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #11C5AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C5AA is #EE3A55. Grayscale: #8C8C8C. Windows color (decimal): -15612502 or 11191569. OLE color: 11191569.

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

Color convert

RGB17197170-
CMYK0.9100.140.23
HSL171º84.11%41.96%-
HSV(B)171º91.37%77.25%-
XYZ27.4542.9544.87-
YUV140.1144.8740.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.43%
GREEN value IS 197 (77.34% from 255) = 51.30%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=4.43%
G=51.30%
B=44.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171971700.9100.140.2317184.1141.96
Hex11C5AA5B0E17ab542a
Octal213052521330162725312452
Binary10001110001011010101010110110111010111101010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11c5aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,197,170); }

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

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

 a { background-color: rgb(17,197,170); }

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

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

 span { border-color: rgb(17,197,170); }

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