#17525B

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

Shades of Teal Blue #17525B

Tints of Teal Blue #17525B

Color information

#17525B (or 0x17525B) is unknown color: approx Teal Blue. HEX triplet: 17, 52 and 5B. RGB value is (23,82,91). Sum of RGB (Red+Green+Blue) = 23+82+91=196 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.73% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #17525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17525B is #E8ADA4. Grayscale: #414141. Windows color (decimal): -15248805 or 5984791. OLE color: 5984791.

HSL color Cylindrical-coordinate representation of color #17525B: hue angle of 187.94º 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 #17525B is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB238291-
CMYK0.750.1000.64
HSL187.94º59.65%22.35%-
HSV(B)187.94º74.73%35.69%-
XYZ5.266.9710.97-
YUV65.39142.4597.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.73%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=11.73%
G=41.84%
B=46.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2382910.750.1000.64187.9459.6522.35
Hex17525B4BA040bc3c16
Octal271221331131201002747426
Binary101111010010101101110010111010010000001011110011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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