Html Css Color HEX #17505F Teal Blue

📋 copy color: '#17505F'

red 23 ◦ green 80 ◦ blue 95

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

Shades of Teal Blue #17505F

Tints of Teal Blue #17505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 11.62%
G = 40.4%
B = 47.98%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17505F (or 0x17505F) is known color: Teal Blue. HEX triplet: 17, 50 and 5F. RGB value is (23,80,95). Sum of RGB (Red+Green+Blue) = 23+80+95=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #17505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17505F is #E8AFA0. Grayscale: #404040. Windows color (decimal): -15249313 or 6246423. OLE color: 6246423.

HSL color Cylindrical-coordinate representation of color #17505F: hue angle of 192.5º 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 #17505F is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 80 95 -
CMYK 0.76 0.16 0 0.63
HSL 192.5º 0.61% 0.23% -
HSV(B) 192.5º 0.76% 0.37% -
XYZ 5.29 6.75 11.85 -
YUV 64.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 23 80 95 0.76 0.16 0 0.63 192.5 0.61 0.23
Hex 17 50 5F 4C 10 0 3F C0 3D 17
Octal 27 120 137 114 20 0 77 300 75 27
Binary 10111 1010000 1011111 1001100 10000 0 111111 11000000 111101 10111

Color Harmonies of #17505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17505F

Black with #17505F

Text Example


Text Example

White with #17505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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