#17525C

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

Shades of Teal Blue #17525C

Tints of Teal Blue #17525C

Color information

#17525C (or 0x17525C) is unknown color: approx Teal Blue. HEX triplet: 17, 52 and 5C. RGB value is (23,82,92). Sum of RGB (Red+Green+Blue) = 23+82+92=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #17525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525C is #E8ADA3. Grayscale: #414141. Windows color (decimal): -15248804 or 6050327. OLE color: 6050327.

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

Color convert

RGB238292-
CMYK0.750.1100.64
HSL188.7º60%22.55%-
HSV(B)188.7º75%36.08%-
XYZ5.36.9911.19-
YUV65.5142.9597.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.68%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=11.68%
G=41.62%
B=46.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2382920.750.1100.64188.76022.55
Hex17525C4BB040bd3c17
Octal271221341131301002757427
Binary101111010010101110010010111011010000001011110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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