Html Css Color HEX #173C35 Deep Teal

📋 copy color: '#173C35'

red 23 ◦ green 60 ◦ blue 53

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

Shades of Deep Teal #173C35

Tints of Deep Teal #173C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.12%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 16.91%
G = 44.12%
B = 38.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.76

RGB Variations

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

Color information

#173C35 (or 0x173C35) is known color: Deep Teal. HEX triplet: 17, 3C and 35. RGB value is (23,60,53). Sum of RGB (Red+Green+Blue) = 23+60+53=136 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.91% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #173C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C35 is #E8C3CA. Grayscale: #303030. Windows color (decimal): -15254475 or 3488791. OLE color: 3488791.

HSL color Cylindrical-coordinate representation of color #173C35: hue angle of 168.65º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173C35 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 60 53 -
CMYK 0.62 0 0.12 0.76
HSL 168.65º 0.45% 0.16% -
HSV(B) 168.65º 0.62% 0.24% -
XYZ 2.61 3.67 3.94 -
YUV 48.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 23 60 53 0.62 0 0.12 0.76 168.65 0.45 0.16
Hex 17 3C 35 3E 0 C 4C A9 2D 10
Octal 27 74 65 76 0 14 114 251 55 20
Binary 10111 111100 110101 111110 0 1100 1001100 10101001 101101 10000

Color Harmonies of #173C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C35

Black with #173C35

Text Example


Text Example

White with #173C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173C35; }

 p { color: rgb(23,60,53); }

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

background-color css

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

 a { background-color: rgb(23,60,53); }

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

border-color css

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

 span { border-color: rgb(23,60,53); }

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