Html Css Color HEX #174036 Deep Teal

📋 copy color: '#174036'

red 23 ◦ green 64 ◦ blue 54

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

Shades of Deep Teal #174036

Tints of Deep Teal #174036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.39%

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

R = 16.31%
G = 45.39%
B = 38.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#174036 (or 0x174036) is known color: Deep Teal. HEX triplet: 17, 40 and 36. RGB value is (23,64,54). Sum of RGB (Red+Green+Blue) = 23+64+54=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #174036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174036 is #E8BFC9. Grayscale: #323232. Windows color (decimal): -15253450 or 3555351. OLE color: 3555351.

HSL color Cylindrical-coordinate representation of color #174036: hue angle of 165.37º 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 #174036 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 54 -
CMYK 0.64 0 0.16 0.75
HSL 165.37º 0.47% 0.17% -
HSV(B) 165.37º 0.64% 0.25% -
XYZ 2.85 4.12 4.13 -
YUV 50.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 23 64 54 0.64 0 0.16 0.75 165.37 0.47 0.17
Hex 17 40 36 40 0 10 4B A5 2F 11
Octal 27 100 66 100 0 20 113 245 57 21
Binary 10111 1000000 110110 1000000 0 10000 1001011 10100101 101111 10001

Color Harmonies of #174036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174036

Black with #174036

Text Example


Text Example

White with #174036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174036; }

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

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

background-color css

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

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

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

border-color css

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

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

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