Html Css Color HEX #175058 Teal Blue

📋 copy color: '#175058'

red 23 ◦ green 80 ◦ blue 88

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

Shades of Teal Blue #175058

Tints of Teal Blue #175058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 12.04%
G = 41.88%
B = 46.07%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#175058 (or 0x175058) is known color: Teal Blue. HEX triplet: 17, 50 and 58. RGB value is (23,80,88). Sum of RGB (Red+Green+Blue) = 23+80+88=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #175058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175058 is #E8AFA7. Grayscale: #3F3F3F. Windows color (decimal): -15249320 or 5787671. OLE color: 5787671.

HSL color Cylindrical-coordinate representation of color #175058: hue angle of 187.38º 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 #175058 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 80 88 -
CMYK 0.74 0.09 0 0.65
HSL 187.38º 0.59% 0.22% -
HSV(B) 187.38º 0.74% 0.35% -
XYZ 4.98 6.62 10.25 -
YUV 63.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 23 80 88 0.74 0.09 0 0.65 187.38 0.59 0.22
Hex 17 50 58 4A 9 0 41 BB 3B 16
Octal 27 120 130 112 11 0 101 273 73 26
Binary 10111 1010000 1011000 1001010 1001 0 1000001 10111011 111011 10110

Color Harmonies of #175058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175058

Black with #175058

Text Example


Text Example

White with #175058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175058; }

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

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

background-color css

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

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

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

border-color css

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

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

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