Html Css Color HEX #118481 Teal

📋 copy color: '#118481'

red 17 ◦ green 132 ◦ blue 129

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

Shades of Teal #118481

Tints of Teal #118481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 6.12%
G = 47.48%
B = 46.4%

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

#118481 (or 0x118481) is known color: Teal. HEX triplet: 11, 84 and 81. RGB value is (17,132,129). Sum of RGB (Red+Green+Blue) = 17+132+129=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #118481 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118481 is #EE7B7E. Grayscale: #616161. Windows color (decimal): -15629183 or 8487953. OLE color: 8487953.

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

Color convert

RGB 17 132 129 -
CMYK 0.87 0 0.02 0.48
HSL 178.43º 0.77% 0.29% -
HSV(B) 178.43º 0.87% 0.52% -
XYZ 12.44 18.21 23.63 -
YUV 97.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 17 132 129 0.87 0 0.02 0.48 178.43 0.77 0.29
Hex 11 84 81 57 0 2 30 B2 4D 1D
Octal 21 204 201 127 0 2 60 262 115 35
Binary 10001 10000100 10000001 1010111 0 10 110000 10110010 1001101 11101

Color Harmonies of #118481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118481

Black with #118481

Text Example


Text Example

White with #118481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118481; }

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

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

background-color css

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

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

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

border-color css

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

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

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