Html Css Color HEX #174136 Deep Teal

📋 copy color: '#174136'

red 23 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #174136

Tints of Deep Teal #174136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.77%

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 16.2%
G = 45.77%
B = 38.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#174136 (or 0x174136) is known color: Deep Teal. HEX triplet: 17, 41 and 36. RGB value is (23,65,54). Sum of RGB (Red+Green+Blue) = 23+65+54=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #174136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174136 is #E8BEC9. Grayscale: #333333. Windows color (decimal): -15253194 or 3555607. OLE color: 3555607.

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

Color convert

RGB 23 65 54 -
CMYK 0.65 0 0.17 0.75
HSL 164.29º 0.48% 0.17% -
HSV(B) 164.29º 0.65% 0.25% -
XYZ 2.91 4.23 4.15 -
YUV 51.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 23 65 54 0.65 0 0.17 0.75 164.29 0.48 0.17
Hex 17 41 36 41 0 11 4B A4 30 11
Octal 27 101 66 101 0 21 113 244 60 21
Binary 10111 1000001 110110 1000001 0 10001 1001011 10100100 110000 10001

Color Harmonies of #174136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174136

Black with #174136

Text Example


Text Example

White with #174136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174136; }

 p { color: rgb(23,65,54); }

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

background-color css

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

 a { background-color: rgb(23,65,54); }

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

border-color css

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

 span { border-color: rgb(23,65,54); }

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