Html Css Color HEX #175348 Deep Teal

📋 copy color: '#175348'

red 23 ◦ green 83 ◦ blue 72

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

Shades of Deep Teal #175348

Tints of Deep Teal #175348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 12.92%
G = 46.63%
B = 40.45%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#175348 (or 0x175348) is known color: Deep Teal. HEX triplet: 17, 53 and 48. RGB value is (23,83,72). Sum of RGB (Red+Green+Blue) = 23+83+72=178 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.92% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #175348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #175348 is #E8ACB7. Grayscale: #3F3F3F. Windows color (decimal): -15248568 or 4739863. OLE color: 4739863.

HSL color Cylindrical-coordinate representation of color #175348: hue angle of 169º 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 #175348 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 83 72 -
CMYK 0.72 0 0.13 0.67
HSL 169º 0.57% 0.21% -
HSV(B) 169º 0.72% 0.33% -
XYZ 4.62 6.84 7.21 -
YUV 63.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 23 83 72 0.72 0 0.13 0.67 169 0.57 0.21
Hex 17 53 48 48 0 D 43 A9 39 15
Octal 27 123 110 110 0 15 103 251 71 25
Binary 10111 1010011 1001000 1001000 0 1101 1000011 10101001 111001 10101

Color Harmonies of #175348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175348

Black with #175348

Text Example


Text Example

White with #175348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175348; }

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

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

background-color css

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

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

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

border-color css

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

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

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