Html Css Color HEX #118085 Teal

📋 copy color: '#118085'

red 17 ◦ green 128 ◦ blue 133

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

Shades of Teal #118085

Tints of Teal #118085

RGB

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

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

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

R = 6.12%
G = 46.04%
B = 47.84%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#118085 (or 0x118085) is known color: Teal. HEX triplet: 11, 80 and 85. RGB value is (17,128,133). Sum of RGB (Red+Green+Blue) = 17+128+133=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #118085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118085 is #EE7F7A. Grayscale: #5F5F5F. Windows color (decimal): -15630203 or 8749073. OLE color: 8749073.

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

Color convert

RGB 17 128 133 -
CMYK 0.87 0.04 0 0.48
HSL 182.59º 0.77% 0.29% -
HSV(B) 182.59º 0.87% 0.52% -
XYZ 12.18 17.25 24.88 -
YUV 95.38 149.23 72.09 -
System Red Green Blue C M Y K H S L
Decimal 17 128 133 0.87 0.04 0 0.48 182.59 0.77 0.29
Hex 11 80 85 57 4 0 30 B7 4D 1D
Octal 21 200 205 127 4 0 60 267 115 35
Binary 10001 10000000 10000101 1010111 100 0 110000 10110111 1001101 11101

Color Harmonies of #118085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118085

Black with #118085

Text Example


Text Example

White with #118085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118085; }

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

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

background-color css

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

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

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

border-color css

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

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

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