Html Css Color HEX #118382 Teal

📋 copy color: '#118382'

red 17 ◦ green 131 ◦ blue 130

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

Shades of Teal #118382

Tints of Teal #118382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.76%

R = 6.12%
G = 47.12%
B = 46.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#118382 (or 0x118382) is known color: Teal. HEX triplet: 11, 83 and 82. RGB value is (17,131,130). Sum of RGB (Red+Green+Blue) = 17+131+130=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #118382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118382 is #EE7C7D. Grayscale: #606060. Windows color (decimal): -15629438 or 8553233. OLE color: 8553233.

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

Color convert

RGB 17 131 130 -
CMYK 0.87 0 0.01 0.49
HSL 179.47º 0.77% 0.29% -
HSV(B) 179.47º 0.87% 0.51% -
XYZ 12.38 17.96 23.93 -
YUV 96.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 17 131 130 0.87 0 0.01 0.49 179.47 0.77 0.29
Hex 11 83 82 57 0 1 31 B3 4D 1D
Octal 21 203 202 127 0 1 61 263 115 35
Binary 10001 10000011 10000010 1010111 0 1 110001 10110011 1001101 11101

Color Harmonies of #118382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118382

Black with #118382

Text Example


Text Example

White with #118382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118382; }

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

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

background-color css

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

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

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

border-color css

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

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

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