Html Css Color HEX #118380 Teal

📋 copy color: '#118380'

red 17 ◦ green 131 ◦ blue 128

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

Shades of Teal #118380

Tints of Teal #118380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.46%

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 6.16%
G = 47.46%
B = 46.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#118380 (or 0x118380) is known color: Teal. HEX triplet: 11, 83 and 80. RGB value is (17,131,128). Sum of RGB (Red+Green+Blue) = 17+131+128=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #118380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118380 is #EE7C7F. Grayscale: #606060. Windows color (decimal): -15629440 or 8422161. OLE color: 8422161.

HSL color Cylindrical-coordinate representation of color #118380: hue angle of 178.42º 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 #118380 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 128 -
CMYK 0.87 0 0.02 0.49
HSL 178.42º 0.77% 0.29% -
HSV(B) 178.42º 0.87% 0.51% -
XYZ 12.24 17.91 23.23 -
YUV 96.57 145.73 71.24 -
System Red Green Blue C M Y K H S L
Decimal 17 131 128 0.87 0 0.02 0.49 178.42 0.77 0.29
Hex 11 83 80 57 0 2 31 B2 4D 1D
Octal 21 203 200 127 0 2 61 262 115 35
Binary 10001 10000011 10000000 1010111 0 10 110001 10110010 1001101 11101

Color Harmonies of #118380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118380

Black with #118380

Text Example


Text Example

White with #118380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118380; }

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

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

background-color css

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

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

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

border-color css

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

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

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