Html Css Color HEX #175342 Deep Teal

📋 copy color: '#175342'

red 23 ◦ green 83 ◦ blue 66

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

Shades of Deep Teal #175342

Tints of Deep Teal #175342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 13.37%
G = 48.26%
B = 38.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#175342 (or 0x175342) is known color: Deep Teal. HEX triplet: 17, 53 and 42. RGB value is (23,83,66). Sum of RGB (Red+Green+Blue) = 23+83+66=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #175342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175342 is #E8ACBD. Grayscale: #3F3F3F. Windows color (decimal): -15248574 or 4346647. OLE color: 4346647.

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

Color convert

RGB 23 83 66 -
CMYK 0.72 0 0.20 0.67
HSL 163º 0.57% 0.21% -
HSV(B) 163º 0.72% 0.33% -
XYZ 4.43 6.76 6.23 -
YUV 63.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 23 83 66 0.72 0 0.20 0.67 163 0.57 0.21
Hex 17 53 42 48 0 14 43 A3 39 15
Octal 27 123 102 110 0 24 103 243 71 25
Binary 10111 1010011 1000010 1001000 0 10100 1000011 10100011 111001 10101

Color Harmonies of #175342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175342

Black with #175342

Text Example


Text Example

White with #175342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175342; }

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

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

background-color css

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

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

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

border-color css

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

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

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