#174B3F

Color #174B3F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #174B3F

Tints of Deep Teal #174B3F

Color information

#174B3F (or 0x174B3F) is unknown color: approx Deep Teal. HEX triplet: 17, 4B and 3F. RGB value is (23,75,63). Sum of RGB (Red+Green+Blue) = 23+75+63=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #174B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174B3F is #E8B4C0. Grayscale: #3A3A3A. Windows color (decimal): -15250625 or 4147991. OLE color: 4147991.

HSL color Cylindrical-coordinate representation of color #174B3F: hue angle of 166.15º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #174B3F is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB237563-
CMYK0.6900.160.71
HSL166.15º53.06%19.22%-
HSV(B)166.15º69.33%29.41%-
XYZ3.775.575.58-
YUV58.08130.77102.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.29%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 63 (25% from 255) = 39.13%
R=14.29%
G=46.58%
B=39.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2375630.6900.160.71166.1553.0619.22
Hex174B3F4501047a63513
Octal27113771050201072466523
Binary101111001011111111100010101000010001111010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174B3F; }

 p { color: rgb(23,75,63); }

 H1.HeaderClassName
 {
   color: #174B3F;
 }
 .AnyTagClassName
 {
   color: #174B3F;
 }
</style>
background-color css

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

 a { background-color: rgb(23,75,63); }

 div.DivClassName
 {
   background-color: #174B3F;
 }
 .BgClassName
 {
   background-color: #174B3F;
 }
</style>
border-color css

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

 span { border-color: rgb(23,75,63); }

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