Html Css Color HEX #11C1AA Light Sea Green

📋 copy color: '#11C1AA'

red 17 ◦ green 193 ◦ blue 170

#11C1AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #11C1AA

Tints of Light Sea Green #11C1AA

RGB

 RED value IS 17 (7.03% from 255) = 4.47%

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 4.47%
G = 50.79%
B = 44.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#11C1AA (or 0x11C1AA) is known color: Light Sea Green. HEX triplet: 11, C1 and AA. RGB value is (17,193,170). Sum of RGB (Red+Green+Blue) = 17+193+170=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #11C1AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C1AA is #EE3E55. Grayscale: #898989. Windows color (decimal): -15613526 or 11190545. OLE color: 11190545.

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

Color convert

RGB 17 193 170 -
CMYK 0.91 0 0.12 0.24
HSL 172.16º 0.84% 0.41% -
HSV(B) 172.16º 0.91% 0.76% -
XYZ 26.56 41.16 44.58 -
YUV 137.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 17 193 170 0.91 0 0.12 0.24 172.16 0.84 0.41
Hex 11 C1 AA 5B 0 C 18 AC 54 29
Octal 21 301 252 133 0 14 30 254 124 51
Binary 10001 11000001 10101010 1011011 0 1100 11000 10101100 1010100 101001

Color Harmonies of #11C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C1AA

Black with #11C1AA

Text Example


Text Example

White with #11C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11C1AA;
 }
 .AnyTagClassName
 {
   color: #11C1AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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