Html Css Color HEX #11AAAC Light Sea Green

📋 copy color: '#11AAAC'

red 17 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #11AAAC

Tints of Light Sea Green #11AAAC

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #11AAAC: hue angle of 180.77º 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 #11AAAC is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 172 -
CMYK 0.90 0.01 0 0.33
HSL 180.77º 0.82% 0.37% -
HSV(B) 180.77º 0.9% 0.67% -
XYZ 22.05 31.85 44.01 -
YUV 124.48 154.81 51.34 -
System Red Green Blue C M Y K H S L
Decimal 17 170 172 0.90 0.01 0 0.33 180.77 0.82 0.37
Hex 11 AA AC 5A 1 0 21 B5 52 25
Octal 21 252 254 132 1 0 41 265 122 45
Binary 10001 10101010 10101100 1011010 1 0 100001 10110101 1010010 100101

Color Harmonies of #11AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AAAC

Black with #11AAAC

Text Example


Text Example

White with #11AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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