Html Css Color HEX #11AFAA Light Sea Green

📋 copy color: '#11AFAA'

red 17 ◦ green 175 ◦ blue 170

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

Shades of Light Sea Green #11AFAA

Tints of Light Sea Green #11AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.34%

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

R = 4.7%
G = 48.34%
B = 46.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#11AFAA (or 0x11AFAA) is known color: Light Sea Green. HEX triplet: 11, AF and AA. RGB value is (17,175,170). Sum of RGB (Red+Green+Blue) = 17+175+170=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFAA is #EE5055. Grayscale: #7F7F7F. Windows color (decimal): -15618134 or 11185937. OLE color: 11185937.

HSL color Cylindrical-coordinate representation of color #11AFAA: hue angle of 178.1º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AFAA is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 170 -
CMYK 0.90 0 0.03 0.31
HSL 178.1º 0.82% 0.38% -
HSV(B) 178.1º 0.9% 0.69% -
XYZ 22.82 33.68 43.33 -
YUV 127.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 17 175 170 0.90 0 0.03 0.31 178.1 0.82 0.38
Hex 11 AF AA 5A 0 3 1F B2 52 26
Octal 21 257 252 132 0 3 37 262 122 46
Binary 10001 10101111 10101010 1011010 0 11 11111 10110010 1010010 100110

Color Harmonies of #11AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AFAA

Black with #11AFAA

Text Example


Text Example

White with #11AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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