#117984

Color #117984 Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #117984

Tints of Teal #117984

Color information

#117984 (or 0x117984) is unknown color: approx Teal. HEX triplet: 11, 79 and 84. RGB value is (17,121,132). Sum of RGB (Red+Green+Blue) = 17+121+132=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #117984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117984 is #EE867B. Grayscale: #5B5B5B. Windows color (decimal): -15631996 or 8681745. OLE color: 8681745.

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

Color convert

RGB17121132-
CMYK0.870.0800.48
HSL185.74º77.18%29.22%-
HSV(B)185.74º87.12%51.76%-
XYZ11.2315.4624.22-
YUV91.16151.0475.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=6.30%
G=44.81%
B=48.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171211320.870.0800.48185.7477.1829.22
Hex117984578030ba4d1d
Octal211712041271006027211535
Binary1000111110011000010010101111000011000010111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117984; }

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

 H1.HeaderClassName
 {
   color: #117984;
 }
 .AnyTagClassName
 {
   color: #117984;
 }
</style>
background-color css

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

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

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

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

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

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