Html Css Color HEX #11ACAA Light Sea Green

📋 copy color: '#11ACAA'

red 17 ◦ green 172 ◦ blue 170

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

Shades of Light Sea Green #11ACAA

Tints of Light Sea Green #11ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

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

R = 4.74%
G = 47.91%
B = 47.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#11ACAA (or 0x11ACAA) is known color: Light Sea Green. HEX triplet: 11, AC and AA. RGB value is (17,172,170). Sum of RGB (Red+Green+Blue) = 17+172+170=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #11ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11ACAA is #EE5355. Grayscale: #7D7D7D. Windows color (decimal): -15618902 or 11185169. OLE color: 11185169.

HSL color Cylindrical-coordinate representation of color #11ACAA: hue angle of 179.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11ACAA is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 172 170 -
CMYK 0.90 0 0.01 0.33
HSL 179.23º 0.82% 0.37% -
HSV(B) 179.23º 0.9% 0.67% -
XYZ 22.24 32.53 43.14 -
YUV 125.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 17 172 170 0.90 0 0.01 0.33 179.23 0.82 0.37
Hex 11 AC AA 5A 0 1 21 B3 52 25
Octal 21 254 252 132 0 1 41 263 122 45
Binary 10001 10101100 10101010 1011010 0 1 100001 10110011 1010010 100101

Color Harmonies of #11ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11ACAA

Black with #11ACAA

Text Example


Text Example

White with #11ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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