Html Css Color HEX #118081 Teal

📋 copy color: '#118081'

red 17 ◦ green 128 ◦ blue 129

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

Shades of Teal #118081

Tints of Teal #118081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.72%

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 6.2%
G = 46.72%
B = 47.08%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#118081 (or 0x118081) is known color: Teal. HEX triplet: 11, 80 and 81. RGB value is (17,128,129). Sum of RGB (Red+Green+Blue) = 17+128+129=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #118081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118081 is #EE7F7E. Grayscale: #5E5E5E. Windows color (decimal): -15630207 or 8486929. OLE color: 8486929.

HSL color Cylindrical-coordinate representation of color #118081: hue angle of 180.54º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118081 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 128 129 -
CMYK 0.87 0.01 0 0.49
HSL 180.54º 0.77% 0.29% -
HSV(B) 180.54º 0.87% 0.51% -
XYZ 11.91 17.14 23.45 -
YUV 94.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 17 128 129 0.87 0.01 0 0.49 180.54 0.77 0.29
Hex 11 80 81 57 1 0 31 B5 4D 1D
Octal 21 200 201 127 1 0 61 265 115 35
Binary 10001 10000000 10000001 1010111 1 0 110001 10110101 1001101 11101

Color Harmonies of #118081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118081

Black with #118081

Text Example


Text Example

White with #118081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118081; }

 p { color: rgb(17,128,129); }

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

background-color css

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

 a { background-color: rgb(17,128,129); }

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

border-color css

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

 span { border-color: rgb(17,128,129); }

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