#11C1A5

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

Shades of Light Sea Green #11C1A5

Tints of Light Sea Green #11C1A5

Color information

#11C1A5 (or 0x11C1A5) is unknown color: approx Light Sea Green. HEX triplet: 11, C1 and A5. RGB value is (17,193,165). Sum of RGB (Red+Green+Blue) = 17+193+165=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #11C1A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C1A5 is #EE3E5A. Grayscale: #898989. Windows color (decimal): -15613531 or 10862865. OLE color: 10862865.

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

Color convert

RGB17193165-
CMYK0.9100.150.24
HSL170.45º83.81%41.18%-
HSV(B)170.45º91.19%75.69%-
XYZ26.0940.9842.13-
YUV137.18143.6942.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 165 (64.84% from 255) = 44%
R=4.53%
G=51.47%
B=44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171931650.9100.150.24170.4583.8141.18
Hex11C1A55B0F18aa5429
Octal213012451330173025212451
Binary10001110000011010010110110110111111000101010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,193,165); }

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

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

 a { background-color: rgb(17,193,165); }

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

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

 span { border-color: rgb(17,193,165); }

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