Html Css Color HEX #174237 Deep Teal

📋 copy color: '#174237'

red 23 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #174237

Tints of Deep Teal #174237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 15.97%
G = 45.83%
B = 38.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#174237 (or 0x174237) is known color: Deep Teal. HEX triplet: 17, 42 and 37. RGB value is (23,66,55). Sum of RGB (Red+Green+Blue) = 23+66+55=144 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.97% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #174237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174237 is #E8BDC8. Grayscale: #333333. Windows color (decimal): -15252937 or 3621399. OLE color: 3621399.

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

Color convert

RGB 23 66 55 -
CMYK 0.65 0 0.17 0.74
HSL 164.65º 0.48% 0.17% -
HSV(B) 164.65º 0.65% 0.26% -
XYZ 2.99 4.35 4.3 -
YUV 51.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 23 66 55 0.65 0 0.17 0.74 164.65 0.48 0.17
Hex 17 42 37 41 0 11 4A A5 30 11
Octal 27 102 67 101 0 21 112 245 60 21
Binary 10111 1000010 110111 1000001 0 10001 1001010 10100101 110000 10001

Color Harmonies of #174237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174237

Black with #174237

Text Example


Text Example

White with #174237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174237; }

 p { color: rgb(23,66,55); }

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

background-color css

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

 a { background-color: rgb(23,66,55); }

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

border-color css

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

 span { border-color: rgb(23,66,55); }

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