#11C2B0

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

Shades of Light Sea Green #11C2B0

Tints of Light Sea Green #11C2B0

Color information

#11C2B0 (or 0x11C2B0) is unknown color: approx Light Sea Green. HEX triplet: 11, C2 and B0. RGB value is (17,194,176). Sum of RGB (Red+Green+Blue) = 17+194+176=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C2B0 is #EE3D4F. Grayscale: #8A8A8A. Windows color (decimal): -15613264 or 11584017. OLE color: 11584017.

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

Color convert

RGB17194176-
CMYK0.9100.090.24
HSL173.9º83.89%41.37%-
HSV(B)173.9º91.24%76.08%-
XYZ27.3641.8447.71-
YUV139.02148.8640.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.39%
GREEN value IS 194 (76.17% from 255) = 50.13%
BLUE value IS 176 (69.14% from 255) = 45.48%
R=4.39%
G=50.13%
B=45.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171941760.9100.090.24173.983.8941.37
Hex11C2B05B0918ae5429
Octal213022601330113025612451
Binary10001110000101011000010110110100111000101011101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,194,176); }

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

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

 a { background-color: rgb(17,194,176); }

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

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

 span { border-color: rgb(17,194,176); }

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