Html Css Color HEX #194740 Deep Teal

📋 copy color: '#194740'

red 25 ◦ green 71 ◦ blue 64

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

Shades of Deep Teal #194740

Tints of Deep Teal #194740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.38%

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

R = 15.63%
G = 44.38%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#194740 (or 0x194740) is known color: Deep Teal. HEX triplet: 19, 47 and 40. RGB value is (25,71,64). Sum of RGB (Red+Green+Blue) = 25+71+64=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #194740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194740 is #E6B8BF. Grayscale: #383838. Windows color (decimal): -15120576 or 4212505. OLE color: 4212505.

HSL color Cylindrical-coordinate representation of color #194740: hue angle of 170.87º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194740 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 71 64 -
CMYK 0.65 0 0.10 0.72
HSL 170.87º 0.48% 0.19% -
HSV(B) 170.87º 0.65% 0.28% -
XYZ 3.58 5.08 5.64 -
YUV 56.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 25 71 64 0.65 0 0.10 0.72 170.87 0.48 0.19
Hex 19 47 40 41 0 A 48 AB 30 13
Octal 31 107 100 101 0 12 110 253 60 23
Binary 11001 1000111 1000000 1000001 0 1010 1001000 10101011 110000 10011

Color Harmonies of #194740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194740

Black with #194740

Text Example


Text Example

White with #194740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194740; }

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

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

background-color css

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

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

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

border-color css

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

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

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