Html Css Color HEX #118082 Teal

📋 copy color: '#118082'

red 17 ◦ green 128 ◦ blue 130

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

Shades of Teal #118082

Tints of Teal #118082

RGB

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

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

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

R = 6.18%
G = 46.55%
B = 47.27%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#118082 (or 0x118082) is known color: Teal. HEX triplet: 11, 80 and 82. RGB value is (17,128,130). Sum of RGB (Red+Green+Blue) = 17+128+130=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #118082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118082 is #EE7F7D. Grayscale: #5E5E5E. Windows color (decimal): -15630206 or 8552465. OLE color: 8552465.

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

Color convert

RGB 17 128 130 -
CMYK 0.87 0.02 0 0.49
HSL 181.06º 0.77% 0.29% -
HSV(B) 181.06º 0.87% 0.51% -
XYZ 11.98 17.17 23.8 -
YUV 95.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 17 128 130 0.87 0.02 0 0.49 181.06 0.77 0.29
Hex 11 80 82 57 2 0 31 B5 4D 1D
Octal 21 200 202 127 2 0 61 265 115 35
Binary 10001 10000000 10000010 1010111 10 0 110001 10110101 1001101 11101

Color Harmonies of #118082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118082

Black with #118082

Text Example


Text Example

White with #118082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118082; }

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

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

background-color css

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

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

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

border-color css

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

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

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