Html Css Color HEX #11BAA5 Light Sea Green

📋 copy color: '#11BAA5'

red 17 ◦ green 186 ◦ blue 165

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

Shades of Light Sea Green #11BAA5

Tints of Light Sea Green #11BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 4.62%
G = 50.54%
B = 44.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#11BAA5 (or 0x11BAA5) is known color: Light Sea Green. HEX triplet: 11, BA and A5. RGB value is (17,186,165). Sum of RGB (Red+Green+Blue) = 17+186+165=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 186 (73.05% from 255 or 50.54% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAA5 is #EE455A. Grayscale: #848484. Windows color (decimal): -15615323 or 10861073. OLE color: 10861073.

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

Color convert

RGB 17 186 165 -
CMYK 0.91 0 0.11 0.27
HSL 172.54º 0.83% 0.4% -
HSV(B) 172.54º 0.91% 0.73% -
XYZ 24.58 37.95 41.63 -
YUV 133.08 146.01 45.21 -
System Red Green Blue C M Y K H S L
Decimal 17 186 165 0.91 0 0.11 0.27 172.54 0.83 0.4
Hex 11 BA A5 5B 0 B 1B AD 53 28
Octal 21 272 245 133 0 13 33 255 123 50
Binary 10001 10111010 10100101 1011011 0 1011 11011 10101101 1010011 101000

Color Harmonies of #11BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BAA5

Black with #11BAA5

Text Example


Text Example

White with #11BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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