#17525A

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

Shades of Teal Blue #17525A

Tints of Teal Blue #17525A

Color information

#17525A (or 0x17525A) is unknown color: approx Teal Blue. HEX triplet: 17, 52 and 5A. RGB value is (23,82,90). Sum of RGB (Red+Green+Blue) = 23+82+90=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #17525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525A is #E8ADA5. Grayscale: #414141. Windows color (decimal): -15248806 or 5919255. OLE color: 5919255.

HSL color Cylindrical-coordinate representation of color #17525A: hue angle of 187.16º 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 #17525A is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB238290-
CMYK0.740.0900.65
HSL187.16º59.29%22.16%-
HSV(B)187.16º74.44%35.29%-
XYZ5.226.9510.74-
YUV65.27141.9597.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.79%
GREEN value IS 82 (32.42% from 255) = 42.05%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=11.79%
G=42.05%
B=46.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2382900.740.0900.65187.1659.2922.16
Hex17525A4A9041bb3b16
Octal271221321121101012737326
Binary101111010010101101010010101001010000011011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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