#17505E

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

Shades of Teal Blue #17505E

Tints of Teal Blue #17505E

Color information

#17505E (or 0x17505E) is unknown color: approx Teal Blue. HEX triplet: 17, 50 and 5E. RGB value is (23,80,94). Sum of RGB (Red+Green+Blue) = 23+80+94=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #17505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17505E is #E8AFA1. Grayscale: #404040. Windows color (decimal): -15249314 or 6180887. OLE color: 6180887.

HSL color Cylindrical-coordinate representation of color #17505E: hue angle of 191.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17505E is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB238094-
CMYK0.760.1500.63
HSL191.83º60.68%22.94%-
HSV(B)191.83º75.53%36.86%-
XYZ5.246.7311.61-
YUV64.55144.6298.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.68%
GREEN value IS 80 (31.64% from 255) = 40.61%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=11.68%
G=40.61%
B=47.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2380940.760.1500.63191.8360.6822.94
Hex17505E4CF03Fc03d17
Octal27120136114170773007527
Binary10111101000010111101001100111101111111100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17505E; }

 p { color: rgb(23,80,94); }

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

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

 a { background-color: rgb(23,80,94); }

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

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

 span { border-color: rgb(23,80,94); }

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