Html Css Color HEX #174438 Deep Teal

📋 copy color: '#174438'

red 23 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #174438

Tints of Deep Teal #174438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 46.26%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 15.65%
G = 46.26%
B = 38.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#174438 (or 0x174438) is known color: Deep Teal. HEX triplet: 17, 44 and 38. RGB value is (23,68,56). Sum of RGB (Red+Green+Blue) = 23+68+56=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #174438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174438 is #E8BBC7. Grayscale: #353535. Windows color (decimal): -15252424 or 3687447. OLE color: 3687447.

HSL color Cylindrical-coordinate representation of color #174438: hue angle of 164º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174438 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 68 56 -
CMYK 0.66 0 0.18 0.73
HSL 164º 0.49% 0.18% -
HSV(B) 164º 0.66% 0.27% -
XYZ 3.13 4.6 4.46 -
YUV 53.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 23 68 56 0.66 0 0.18 0.73 164 0.49 0.18
Hex 17 44 38 42 0 12 49 A4 31 12
Octal 27 104 70 102 0 22 111 244 61 22
Binary 10111 1000100 111000 1000010 0 10010 1001001 10100100 110001 10010

Color Harmonies of #174438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174438

Black with #174438

Text Example


Text Example

White with #174438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174438; }

 p { color: rgb(23,68,56); }

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

background-color css

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

 a { background-color: rgb(23,68,56); }

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

border-color css

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

 span { border-color: rgb(23,68,56); }

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