Html Css Color HEX #174239 Deep Teal

📋 copy color: '#174239'

red 23 ◦ green 66 ◦ blue 57

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

Shades of Deep Teal #174239

Tints of Deep Teal #174239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 15.75%
G = 45.21%
B = 39.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.74

RGB Variations

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

Color information

#174239 (or 0x174239) is known color: Deep Teal. HEX triplet: 17, 42 and 39. RGB value is (23,66,57). Sum of RGB (Red+Green+Blue) = 23+66+57=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #174239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174239 is #E8BDC6. Grayscale: #343434. Windows color (decimal): -15252935 or 3752471. OLE color: 3752471.

HSL color Cylindrical-coordinate representation of color #174239: hue angle of 167.44º 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 #174239 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 66 57 -
CMYK 0.65 0 0.14 0.74
HSL 167.44º 0.48% 0.17% -
HSV(B) 167.44º 0.65% 0.26% -
XYZ 3.04 4.37 4.55 -
YUV 52.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 23 66 57 0.65 0 0.14 0.74 167.44 0.48 0.17
Hex 17 42 39 41 0 E 4A A7 30 11
Octal 27 102 71 101 0 16 112 247 60 21
Binary 10111 1000010 111001 1000001 0 1110 1001010 10100111 110000 10001

Color Harmonies of #174239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174239

Black with #174239

Text Example


Text Example

White with #174239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174239; }

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

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

background-color css

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

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

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

border-color css

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

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

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