Html Css Color HEX #194940 Deep Teal

📋 copy color: '#194940'

red 25 ◦ green 73 ◦ blue 64

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

Shades of Deep Teal #194940

Tints of Deep Teal #194940

RGB

 RED value IS 25 (10.16% from 255) = 15.43%

 GREEN value IS 73 (28.91% from 255) = 45.06%

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 15.43%
G = 45.06%
B = 39.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#194940 (or 0x194940) is known color: Deep Teal. HEX triplet: 19, 49 and 40. RGB value is (25,73,64). Sum of RGB (Red+Green+Blue) = 25+73+64=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #194940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194940 is #E6B6BF. Grayscale: #393939. Windows color (decimal): -15120064 or 4213017. OLE color: 4213017.

HSL color Cylindrical-coordinate representation of color #194940: hue angle of 168.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194940 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 73 64 -
CMYK 0.66 0 0.12 0.71
HSL 168.75º 0.49% 0.19% -
HSV(B) 168.75º 0.66% 0.29% -
XYZ 3.71 5.34 5.69 -
YUV 57.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 25 73 64 0.66 0 0.12 0.71 168.75 0.49 0.19
Hex 19 49 40 42 0 C 47 A9 31 13
Octal 31 111 100 102 0 14 107 251 61 23
Binary 11001 1001001 1000000 1000010 0 1100 1000111 10101001 110001 10011

Color Harmonies of #194940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194940

Black with #194940

Text Example


Text Example

White with #194940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194940; }

 p { color: rgb(25,73,64); }

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

background-color css

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

 a { background-color: rgb(25,73,64); }

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

border-color css

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

 span { border-color: rgb(25,73,64); }

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