Html Css Color HEX #175261 Teal Blue

📋 copy color: '#175261'

red 23 ◦ green 82 ◦ blue 97

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

Shades of Teal Blue #175261

Tints of Teal Blue #175261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 11.39%
G = 40.59%
B = 48.02%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175261 (or 0x175261) is known color: Teal Blue. HEX triplet: 17, 52 and 61. RGB value is (23,82,97). Sum of RGB (Red+Green+Blue) = 23+82+97=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #175261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175261 is #E8AD9E. Grayscale: #414141. Windows color (decimal): -15248799 or 6378007. OLE color: 6378007.

HSL color Cylindrical-coordinate representation of color #175261: hue angle of 192.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175261 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 82 97 -
CMYK 0.76 0.15 0 0.62
HSL 192.16º 0.62% 0.24% -
HSV(B) 192.16º 0.76% 0.38% -
XYZ 5.53 7.08 12.38 -
YUV 66.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 23 82 97 0.76 0.15 0 0.62 192.16 0.62 0.24
Hex 17 52 61 4C F 0 3E C0 3E 18
Octal 27 122 141 114 17 0 76 300 76 30
Binary 10111 1010010 1100001 1001100 1111 0 111110 11000000 111110 11000

Color Harmonies of #175261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175261

Black with #175261

Text Example


Text Example

White with #175261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175261; }

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

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

background-color css

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

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

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

border-color css

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

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

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