Html Css Color HEX #118282 Teal

📋 copy color: '#118282'

red 17 ◦ green 130 ◦ blue 130

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

Shades of Teal #118282

Tints of Teal #118282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

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

R = 6.14%
G = 46.93%
B = 46.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#118282 (or 0x118282) is known color: Teal. HEX triplet: 11, 82 and 82. RGB value is (17,130,130). Sum of RGB (Red+Green+Blue) = 17+130+130=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #118282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118282 is #EE7D7D. Grayscale: #606060. Windows color (decimal): -15629694 or 8552977. OLE color: 8552977.

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

Color convert

RGB 17 130 130 -
CMYK 0.87 0 0 0.49
HSL 180º 0.77% 0.29% -
HSV(B) 180º 0.87% 0.51% -
XYZ 12.24 17.7 23.89 -
YUV 96.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 17 130 130 0.87 0 0 0.49 180 0.77 0.29
Hex 11 82 82 57 0 0 31 B4 4D 1D
Octal 21 202 202 127 0 0 61 264 115 35
Binary 10001 10000010 10000010 1010111 0 0 110001 10110100 1001101 11101

Color Harmonies of #118282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118282

Black with #118282

Text Example


Text Example

White with #118282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118282; }

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

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

background-color css

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

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

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

border-color css

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

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

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