Html Css Color HEX #174035 Deep Teal

📋 copy color: '#174035'

red 23 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #174035

Tints of Deep Teal #174035

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 value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#174035 (or 0x174035) is known color: 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

RGB 23 64 53 -
CMYK 0.64 0 0.17 0.75
HSL 163.9º 0.47% 0.17% -
HSV(B) 163.9º 0.64% 0.25% -
XYZ 2.83 4.11 4.01 -
YUV 50.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 23 64 53 0.64 0 0.17 0.75 163.9 0.47 0.17
Hex 17 40 35 40 0 11 4B A4 2F 11
Octal 27 100 65 100 0 21 113 244 57 21
Binary 10111 1000000 110101 1000000 0 10001 1001011 10100100 101111 10001

Color Harmonies of #174035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174035

Black with #174035

Text Example


Text Example

White with #174035

Text Example


Text Example

HTML Codes & Css Web 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>