#117884

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

Shades of Teal #117884

Tints of Teal #117884

Color information

#117884 (or 0x117884) is unknown color: approx Teal. HEX triplet: 11, 78 and 84. RGB value is (17,120,132). Sum of RGB (Red+Green+Blue) = 17+120+132=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #117884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117884 is #EE877B. Grayscale: #5A5A5A. Windows color (decimal): -15632252 or 8681489. OLE color: 8681489.

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

Color convert

RGB17120132-
CMYK0.870.0900.48
HSL186.26º77.18%29.22%-
HSV(B)186.26º87.12%51.76%-
XYZ11.1115.2224.18-
YUV90.57151.3875.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=6.32%
G=44.61%
B=49.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171201320.870.0900.48186.2677.1829.22
Hex117884579030ba4d1d
Octal211702041271106027211535
Binary1000111110001000010010101111001011000010111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117884; }

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

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

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

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

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

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

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

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