#11B3A3

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

Shades of Light Sea Green #11B3A3

Tints of Light Sea Green #11B3A3

Color information

#11B3A3 (or 0x11B3A3) is unknown color: approx Light Sea Green. HEX triplet: 11, B3 and A3. RGB value is (17,179,163). Sum of RGB (Red+Green+Blue) = 17+179+163=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #11B3A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B3A3 is #EE4C5C. Grayscale: #808080. Windows color (decimal): -15617117 or 10728209. OLE color: 10728209.

HSL color Cylindrical-coordinate representation of color #11B3A3: hue angle of 174.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B3A3 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17179163-
CMYK0.9100.090.30
HSL174.07º82.65%38.43%-
HSV(B)174.07º90.5%70.2%-
XYZ22.963540.2-
YUV128.74147.3348.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.74%
GREEN value IS 179 (70.31% from 255) = 49.86%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=4.74%
G=49.86%
B=45.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171791630.9100.090.30174.0782.6538.43
Hex11B3A35B091Eae5326
Octal212632431330113625612346
Binary10001101100111010001110110110100111110101011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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