Html Css Color HEX #174338 Deep Teal

📋 copy color: '#174338'

red 23 ◦ green 67 ◦ blue 56

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

Shades of Deep Teal #174338

Tints of Deep Teal #174338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.89%

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

R = 15.75%
G = 45.89%
B = 38.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#174338 (or 0x174338) is known color: Deep Teal. HEX triplet: 17, 43 and 38. RGB value is (23,67,56). Sum of RGB (Red+Green+Blue) = 23+67+56=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #174338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174338 is #E8BCC7. Grayscale: #343434. Windows color (decimal): -15252680 or 3687191. OLE color: 3687191.

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

Color convert

RGB 23 67 56 -
CMYK 0.66 0 0.16 0.74
HSL 165º 0.49% 0.18% -
HSV(B) 165º 0.66% 0.26% -
XYZ 3.07 4.48 4.44 -
YUV 52.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 23 67 56 0.66 0 0.16 0.74 165 0.49 0.18
Hex 17 43 38 42 0 10 4A A5 31 12
Octal 27 103 70 102 0 20 112 245 61 22
Binary 10111 1000011 111000 1000010 0 10000 1001010 10100101 110001 10010

Color Harmonies of #174338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174338

Black with #174338

Text Example


Text Example

White with #174338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174338; }

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

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

background-color css

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

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

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

border-color css

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

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

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