Html Css Color HEX #11C2AA Light Sea Green

📋 copy color: '#11C2AA'

red 17 ◦ green 194 ◦ blue 170

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

Shades of Light Sea Green #11C2AA

Tints of Light Sea Green #11C2AA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

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

R = 4.46%
G = 50.92%
B = 44.62%

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

#11C2AA (or 0x11C2AA) is known color: Light Sea Green. HEX triplet: 11, C2 and AA. RGB value is (17,194,170). Sum of RGB (Red+Green+Blue) = 17+194+170=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #11C2AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C2AA is #EE3D55. Grayscale: #8A8A8A. Windows color (decimal): -15613270 or 11190801. OLE color: 11190801.

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

Color convert

RGB 17 194 170 -
CMYK 0.91 0 0.12 0.24
HSL 171.86º 0.84% 0.41% -
HSV(B) 171.86º 0.91% 0.76% -
XYZ 26.78 41.61 44.65 -
YUV 138.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 17 194 170 0.91 0 0.12 0.24 171.86 0.84 0.41
Hex 11 C2 AA 5B 0 C 18 AC 54 29
Octal 21 302 252 133 0 14 30 254 124 51
Binary 10001 11000010 10101010 1011011 0 1100 11000 10101100 1010100 101001

Color Harmonies of #11C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C2AA

Black with #11C2AA

Text Example


Text Example

White with #11C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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