Html Css Color HEX #118482 Teal

📋 copy color: '#118482'

red 17 ◦ green 132 ◦ blue 130

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

Shades of Teal #118482

Tints of Teal #118482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 6.09%
G = 47.31%
B = 46.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#118482 (or 0x118482) is known color: Teal. HEX triplet: 11, 84 and 82. RGB value is (17,132,130). Sum of RGB (Red+Green+Blue) = 17+132+130=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #118482 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118482 is #EE7B7D. Grayscale: #616161. Windows color (decimal): -15629182 or 8553489. OLE color: 8553489.

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

Color convert

RGB 17 132 130 -
CMYK 0.87 0 0.02 0.48
HSL 178.96º 0.77% 0.29% -
HSV(B) 178.96º 0.87% 0.52% -
XYZ 12.51 18.23 23.98 -
YUV 97.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 17 132 130 0.87 0 0.02 0.48 178.96 0.77 0.29
Hex 11 84 82 57 0 2 30 B3 4D 1D
Octal 21 204 202 127 0 2 60 263 115 35
Binary 10001 10000100 10000010 1010111 0 10 110000 10110011 1001101 11101

Color Harmonies of #118482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118482

Black with #118482

Text Example


Text Example

White with #118482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118482; }

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

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

background-color css

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

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

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

border-color css

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

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

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