#17515A

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

Shades of Teal Blue #17515A

Tints of Teal Blue #17515A

Color information

#17515A (or 0x17515A) is unknown color: approx Teal Blue. HEX triplet: 17, 51 and 5A. RGB value is (23,81,90). Sum of RGB (Red+Green+Blue) = 23+81+90=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #17515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17515A is #E8AEA5. Grayscale: #404040. Windows color (decimal): -15249062 or 5918999. OLE color: 5918999.

HSL color Cylindrical-coordinate representation of color #17515A: hue angle of 188.06º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17515A is Cyan = 0.74, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238190-
CMYK0.740.100.65
HSL188.06º59.29%22.16%-
HSV(B)188.06º74.44%35.29%-
XYZ5.146.8110.72-
YUV64.68142.2898.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.86%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=11.86%
G=41.75%
B=46.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2381900.740.100.65188.0659.2922.16
Hex17515A4AA041bc3b16
Octal271211321121201012747326
Binary101111010001101101010010101010010000011011110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17515A; }

 p { color: rgb(23,81,90); }

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

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

 a { background-color: rgb(23,81,90); }

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

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

 span { border-color: rgb(23,81,90); }

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