Html Css Color HEX #175241 Deep Teal

📋 copy color: '#175241'

red 23 ◦ green 82 ◦ blue 65

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

Shades of Deep Teal #175241

Tints of Deep Teal #175241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 13.53%
G = 48.24%
B = 38.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#175241 (or 0x175241) is known color: Deep Teal. HEX triplet: 17, 52 and 41. RGB value is (23,82,65). Sum of RGB (Red+Green+Blue) = 23+82+65=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #175241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175241 is #E8ADBE. Grayscale: #3E3E3E. Windows color (decimal): -15248831 or 4280855. OLE color: 4280855.

HSL color Cylindrical-coordinate representation of color #175241: hue angle of 162.71º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #175241 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 82 65 -
CMYK 0.72 0 0.21 0.68
HSL 162.71º 0.56% 0.21% -
HSV(B) 162.71º 0.72% 0.32% -
XYZ 4.32 6.6 6.05 -
YUV 62.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 23 82 65 0.72 0 0.21 0.68 162.71 0.56 0.21
Hex 17 52 41 48 0 15 44 A3 38 15
Octal 27 122 101 110 0 25 104 243 70 25
Binary 10111 1010010 1000001 1001000 0 10101 1000100 10100011 111000 10101

Color Harmonies of #175241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175241

Black with #175241

Text Example


Text Example

White with #175241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175241; }

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

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

background-color css

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

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

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

border-color css

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

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

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