Html Css Color HEX #174038 Deep Teal

📋 copy color: '#174038'

red 23 ◦ green 64 ◦ blue 56

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

Shades of Deep Teal #174038

Tints of Deep Teal #174038

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

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

R = 16.08%
G = 44.76%
B = 39.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#174038 (or 0x174038) is known color: Deep Teal. HEX triplet: 17, 40 and 38. RGB value is (23,64,56). Sum of RGB (Red+Green+Blue) = 23+64+56=143 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.08% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #174038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174038 is #E8BFC7. Grayscale: #323232. Windows color (decimal): -15253448 or 3686423. OLE color: 3686423.

HSL color Cylindrical-coordinate representation of color #174038: hue angle of 168.29º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174038 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 56 -
CMYK 0.64 0 0.13 0.75
HSL 168.29º 0.47% 0.17% -
HSV(B) 168.29º 0.64% 0.25% -
XYZ 2.9 4.13 4.39 -
YUV 50.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 23 64 56 0.64 0 0.13 0.75 168.29 0.47 0.17
Hex 17 40 38 40 0 D 4B A8 2F 11
Octal 27 100 70 100 0 15 113 250 57 21
Binary 10111 1000000 111000 1000000 0 1101 1001011 10101000 101111 10001

Color Harmonies of #174038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174038

Black with #174038

Text Example


Text Example

White with #174038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174038; }

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

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

background-color css

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

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

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

border-color css

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

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

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