Html Css Color HEX #175059 Teal Blue

📋 copy color: '#175059'

red 23 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #175059

Tints of Teal Blue #175059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 11.98%
G = 41.67%
B = 46.35%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#175059 (or 0x175059) is known color: Teal Blue. HEX triplet: 17, 50 and 59. RGB value is (23,80,89). Sum of RGB (Red+Green+Blue) = 23+80+89=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #175059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175059 is #E8AFA6. Grayscale: #3F3F3F. Windows color (decimal): -15249319 or 5853207. OLE color: 5853207.

HSL color Cylindrical-coordinate representation of color #175059: hue angle of 188.18º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #175059 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 80 89 -
CMYK 0.74 0.10 0 0.65
HSL 188.18º 0.59% 0.22% -
HSV(B) 188.18º 0.74% 0.35% -
XYZ 5.03 6.64 10.47 -
YUV 63.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 23 80 89 0.74 0.10 0 0.65 188.18 0.59 0.22
Hex 17 50 59 4A A 0 41 BC 3B 16
Octal 27 120 131 112 12 0 101 274 73 26
Binary 10111 1010000 1011001 1001010 1010 0 1000001 10111100 111011 10110

Color Harmonies of #175059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175059

Black with #175059

Text Example


Text Example

White with #175059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175059; }

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

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

background-color css

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

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

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

border-color css

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

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

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