#11C5B3

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

Shades of Light Sea Green #11C5B3

Tints of Light Sea Green #11C5B3

Color information

#11C5B3 (or 0x11C5B3) is unknown color: approx Light Sea Green. HEX triplet: 11, C5 and B3. RGB value is (17,197,179). Sum of RGB (Red+Green+Blue) = 17+197+179=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #11C5B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C5B3 is #EE3A4C. Grayscale: #8D8D8D. Windows color (decimal): -15612493 or 11781393. OLE color: 11781393.

HSL color Cylindrical-coordinate representation of color #11C5B3: hue angle of 174º 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 #11C5B3 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB17197179-
CMYK0.9100.090.23
HSL174º84.11%41.96%-
HSV(B)174º91.37%77.25%-
XYZ28.3343.3149.51-
YUV141.13149.3739.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.33%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 179 (70.31% from 255) = 45.55%
R=4.33%
G=50.13%
B=45.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171971790.9100.090.2317484.1141.96
Hex11C5B35B0917ae542a
Octal213052631330112725612452
Binary10001110001011011001110110110100110111101011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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