Html Css Color HEX #175042 Deep Teal

📋 copy color: '#175042'

red 23 ◦ green 80 ◦ blue 66

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

Shades of Deep Teal #175042

Tints of Deep Teal #175042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 13.61%
G = 47.34%
B = 39.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#175042 (or 0x175042) is known color: Deep Teal. HEX triplet: 17, 50 and 42. RGB value is (23,80,66). Sum of RGB (Red+Green+Blue) = 23+80+66=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #175042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175042 is #E8AFBD. Grayscale: #3D3D3D. Windows color (decimal): -15249342 or 4345879. OLE color: 4345879.

HSL color Cylindrical-coordinate representation of color #175042: hue angle of 165.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #175042 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 80 66 -
CMYK 0.71 0 0.17 0.69
HSL 165.26º 0.55% 0.2% -
HSV(B) 165.26º 0.71% 0.31% -
XYZ 4.21 6.31 6.15 -
YUV 61.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 23 80 66 0.71 0 0.17 0.69 165.26 0.55 0.2
Hex 17 50 42 47 0 11 45 A5 37 14
Octal 27 120 102 107 0 21 105 245 67 24
Binary 10111 1010000 1000010 1000111 0 10001 1000101 10100101 110111 10100

Color Harmonies of #175042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175042

Black with #175042

Text Example


Text Example

White with #175042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175042; }

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

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

background-color css

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

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

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

border-color css

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

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

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