#174035

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

Shades of Deep Teal #174035

Tints of Deep Teal #174035

Color information

#174035 (or 0x174035) is unknown color: approx Deep Teal. HEX triplet: 17, 40 and 35. RGB value is (23,64,53). Sum of RGB (Red+Green+Blue) = 23+64+53=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #174035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174035 is #E8BFCA. Grayscale: #323232. Windows color (decimal): -15253451 or 3489815. OLE color: 3489815.

HSL color Cylindrical-coordinate representation of color #174035: hue angle of 163.9º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174035 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB236453-
CMYK0.6400.170.75
HSL163.9º47.13%17.06%-
HSV(B)163.9º64.06%25.1%-
XYZ2.834.114.01-
YUV50.49129.42108.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 53 (21.09% from 255) = 37.86%
R=16.43%
G=45.71%
B=37.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364530.6400.170.75163.947.1317.06
Hex174035400114Ba42f11
Octal27100651000211132445721
Binary101111000000110101100000001000110010111010010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174035; }

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

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

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

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

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

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

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

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