Html Css Color HEX #11BFAC Light Sea Green

📋 copy color: '#11BFAC'

red 17 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #11BFAC

Tints of Light Sea Green #11BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 50.26%

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

R = 4.47%
G = 50.26%
B = 45.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#11BFAC (or 0x11BFAC) is known color: Light Sea Green. HEX triplet: 11, BF and AC. RGB value is (17,191,172). Sum of RGB (Red+Green+Blue) = 17+191+172=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #11BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BFAC is #EE4053. Grayscale: #888888. Windows color (decimal): -15614036 or 11321105. OLE color: 11321105.

HSL color Cylindrical-coordinate representation of color #11BFAC: hue angle of 173.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BFAC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 172 -
CMYK 0.91 0 0.10 0.25
HSL 173.45º 0.84% 0.41% -
HSV(B) 173.45º 0.91% 0.75% -
XYZ 26.31 40.36 45.43 -
YUV 136.81 147.85 42.54 -
System Red Green Blue C M Y K H S L
Decimal 17 191 172 0.91 0 0.10 0.25 173.45 0.84 0.41
Hex 11 BF AC 5B 0 A 19 AD 54 29
Octal 21 277 254 133 0 12 31 255 124 51
Binary 10001 10111111 10101100 1011011 0 1010 11001 10101101 1010100 101001

Color Harmonies of #11BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFAC

Black with #11BFAC

Text Example


Text Example

White with #11BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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