Html Css Color HEX #175057 Teal Blue

📋 copy color: '#175057'

red 23 ◦ green 80 ◦ blue 87

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

Shades of Teal Blue #175057

Tints of Teal Blue #175057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 12.11%
G = 42.11%
B = 45.79%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#175057 (or 0x175057) is known color: Teal Blue. HEX triplet: 17, 50 and 57. RGB value is (23,80,87). Sum of RGB (Red+Green+Blue) = 23+80+87=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #175057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175057 is #E8AFA8. Grayscale: #3F3F3F. Windows color (decimal): -15249321 or 5722135. OLE color: 5722135.

HSL color Cylindrical-coordinate representation of color #175057: hue angle of 186.56º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175057 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 80 87 -
CMYK 0.74 0.08 0 0.66
HSL 186.56º 0.58% 0.22% -
HSV(B) 186.56º 0.74% 0.34% -
XYZ 4.94 6.61 10.03 -
YUV 63.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 23 80 87 0.74 0.08 0 0.66 186.56 0.58 0.22
Hex 17 50 57 4A 8 0 42 BB 3A 16
Octal 27 120 127 112 10 0 102 273 72 26
Binary 10111 1010000 1010111 1001010 1000 0 1000010 10111011 111010 10110

Color Harmonies of #175057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175057

Black with #175057

Text Example


Text Example

White with #175057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175057; }

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

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

background-color css

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

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

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

border-color css

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

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

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