Html Css Color HEX #174238 Deep Teal

📋 copy color: '#174238'

red 23 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #174238

Tints of Deep Teal #174238

RGB

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

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

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

R = 15.86%
G = 45.52%
B = 38.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#174238 (or 0x174238) is known color: Deep Teal. HEX triplet: 17, 42 and 38. RGB value is (23,66,56). Sum of RGB (Red+Green+Blue) = 23+66+56=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #174238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174238 is #E8BDC7. Grayscale: #343434. Windows color (decimal): -15252936 or 3686935. OLE color: 3686935.

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

Color convert

RGB 23 66 56 -
CMYK 0.65 0 0.15 0.74
HSL 166.05º 0.48% 0.17% -
HSV(B) 166.05º 0.65% 0.26% -
XYZ 3.02 4.36 4.42 -
YUV 52 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 23 66 56 0.65 0 0.15 0.74 166.05 0.48 0.17
Hex 17 42 38 41 0 F 4A A6 30 11
Octal 27 102 70 101 0 17 112 246 60 21
Binary 10111 1000010 111000 1000001 0 1111 1001010 10100110 110000 10001

Color Harmonies of #174238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174238

Black with #174238

Text Example


Text Example

White with #174238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174238; }

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

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

background-color css

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

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

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

border-color css

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

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

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