Html Css Color HEX #118185 Teal

📋 copy color: '#118185'

red 17 ◦ green 129 ◦ blue 133

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

Shades of Teal #118185

Tints of Teal #118185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 6.09%
G = 46.24%
B = 47.67%

CMYK

 C value IS 0.87

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#118185 (or 0x118185) is known color: Teal. HEX triplet: 11, 81 and 85. RGB value is (17,129,133). Sum of RGB (Red+Green+Blue) = 17+129+133=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #118185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118185 is #EE7E7A. Grayscale: #5F5F5F. Windows color (decimal): -15629947 or 8749329. OLE color: 8749329.

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

Color convert

RGB 17 129 133 -
CMYK 0.87 0.03 0 0.48
HSL 182.07º 0.77% 0.29% -
HSV(B) 182.07º 0.87% 0.52% -
XYZ 12.32 17.51 24.92 -
YUV 95.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 17 129 133 0.87 0.03 0 0.48 182.07 0.77 0.29
Hex 11 81 85 57 3 0 30 B6 4D 1D
Octal 21 201 205 127 3 0 60 266 115 35
Binary 10001 10000001 10000101 1010111 11 0 110000 10110110 1001101 11101

Color Harmonies of #118185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118185

Black with #118185

Text Example


Text Example

White with #118185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118185; }

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

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

background-color css

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

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

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

border-color css

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

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

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