Html Css Color HEX #175442 Deep Teal

📋 copy color: '#175442'

red 23 ◦ green 84 ◦ blue 66

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

Shades of Deep Teal #175442

Tints of Deep Teal #175442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

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

R = 13.29%
G = 48.55%
B = 38.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#175442 (or 0x175442) is known color: Deep Teal. HEX triplet: 17, 54 and 42. RGB value is (23,84,66). Sum of RGB (Red+Green+Blue) = 23+84+66=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #175442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175442 is #E8ABBD. Grayscale: #3F3F3F. Windows color (decimal): -15248318 or 4346903. OLE color: 4346903.

HSL color Cylindrical-coordinate representation of color #175442: hue angle of 162.3º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #175442 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 84 66 -
CMYK 0.73 0 0.21 0.67
HSL 162.3º 0.57% 0.21% -
HSV(B) 162.3º 0.73% 0.33% -
XYZ 4.51 6.92 6.25 -
YUV 63.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 23 84 66 0.73 0 0.21 0.67 162.3 0.57 0.21
Hex 17 54 42 49 0 15 43 A2 39 15
Octal 27 124 102 111 0 25 103 242 71 25
Binary 10111 1010100 1000010 1001001 0 10101 1000011 10100010 111001 10101

Color Harmonies of #175442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175442

Black with #175442

Text Example


Text Example

White with #175442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175442; }

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

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

background-color css

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

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

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

border-color css

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

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

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