Html Css Color HEX #17505E Teal Blue

📋 copy color: '#17505E'

red 23 ◦ green 80 ◦ blue 94

#17505E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #17505E

Tints of Teal Blue #17505E

RGB

 RED value IS 23 (9.38% from 255) = 11.68%

 GREEN value IS 80 (31.64% from 255) = 40.61%

 BLUE value IS 94 (37.11% from 255) = 47.72%

R = 11.68%
G = 40.61%
B = 47.72%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17505E (or 0x17505E) is known color: Teal Blue. HEX triplet: 17, 50 and 5E. RGB value is (23,80,94). Sum of RGB (Red+Green+Blue) = 23+80+94=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #17505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17505E is #E8AFA1. Grayscale: #404040. Windows color (decimal): -15249314 or 6180887. OLE color: 6180887.

HSL color Cylindrical-coordinate representation of color #17505E: hue angle of 191.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17505E is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 80 94 -
CMYK 0.76 0.15 0 0.63
HSL 191.83º 0.61% 0.23% -
HSV(B) 191.83º 0.76% 0.37% -
XYZ 5.24 6.73 11.61 -
YUV 64.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 23 80 94 0.76 0.15 0 0.63 191.83 0.61 0.23
Hex 17 50 5E 4C F 0 3F C0 3D 17
Octal 27 120 136 114 17 0 77 300 75 27
Binary 10111 1010000 1011110 1001100 1111 0 111111 11000000 111101 10111

Color Harmonies of #17505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17505E

Black with #17505E

Text Example


Text Example

White with #17505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17505E;
 }
 .AnyTagClassName
 {
   color: #17505E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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