Html Css Color HEX #11BAAC Light Sea Green

📋 copy color: '#11BAAC'

red 17 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #11BAAC

Tints of Light Sea Green #11BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.6%

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

R = 4.53%
G = 49.6%
B = 45.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#11BAAC (or 0x11BAAC) is known color: Light Sea Green. HEX triplet: 11, BA and AC. RGB value is (17,186,172). Sum of RGB (Red+Green+Blue) = 17+186+172=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAC is #EE4553. Grayscale: #858585. Windows color (decimal): -15615316 or 11319825. OLE color: 11319825.

HSL color Cylindrical-coordinate representation of color #11BAAC: hue angle of 175.03º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BAAC is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 172 -
CMYK 0.91 0 0.08 0.27
HSL 175.03º 0.83% 0.4% -
HSV(B) 175.03º 0.91% 0.73% -
XYZ 25.24 38.22 45.08 -
YUV 133.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 17 186 172 0.91 0 0.08 0.27 175.03 0.83 0.4
Hex 11 BA AC 5B 0 8 1B AF 53 28
Octal 21 272 254 133 0 10 33 257 123 50
Binary 10001 10111010 10101100 1011011 0 1000 11011 10101111 1010011 101000

Color Harmonies of #11BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BAAC

Black with #11BAAC

Text Example


Text Example

White with #11BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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