#17505B

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

Shades of Teal Blue #17505B

Tints of Teal Blue #17505B

Color information

#17505B (or 0x17505B) is unknown color: approx Teal Blue. HEX triplet: 17, 50 and 5B. RGB value is (23,80,91). Sum of RGB (Red+Green+Blue) = 23+80+91=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #17505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17505B is #E8AFA4. Grayscale: #404040. Windows color (decimal): -15249317 or 5984279. OLE color: 5984279.

HSL color Cylindrical-coordinate representation of color #17505B: hue angle of 189.71º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17505B is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB238091-
CMYK0.750.1200.64
HSL189.71º59.65%22.35%-
HSV(B)189.71º74.73%35.69%-
XYZ5.116.6710.92-
YUV64.21143.1298.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=11.86%
G=41.24%
B=46.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2380910.750.1200.64189.7159.6522.35
Hex17505B4BC040be3c16
Octal271201331131401002767426
Binary101111010000101101110010111100010000001011111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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