#194A42

Color #194A42 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #194A42

Tints of Deep Teal #194A42

Color information

#194A42 (or 0x194A42) is unknown color: approx Deep Teal. HEX triplet: 19, 4A and 42. RGB value is (25,74,66). Sum of RGB (Red+Green+Blue) = 25+74+66=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #194A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A42 is #E6B5BD. Grayscale: #3A3A3A. Windows color (decimal): -15119806 or 4344345. OLE color: 4344345.

HSL color Cylindrical-coordinate representation of color #194A42: hue angle of 170.2º 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 #194A42 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB257466-
CMYK0.6600.110.71
HSL170.2º49.49%19.41%-
HSV(B)170.2º66.22%29.02%-
XYZ3.835.56.01-
YUV58.44132.27104.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 66 (26.17% from 255) = 40%
R=15.15%
G=44.85%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2574660.6600.110.71170.249.4919.41
Hex194A42420B47aa3113
Octal311121021020131072526123
Binary110011001010100001010000100101110001111010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194A42; }

 p { color: rgb(25,74,66); }

 H1.HeaderClassName
 {
   color: #194A42;
 }
 .AnyTagClassName
 {
   color: #194A42;
 }
</style>
background-color css

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

 a { background-color: rgb(25,74,66); }

 div.DivClassName
 {
   background-color: #194A42;
 }
 .BgClassName
 {
   background-color: #194A42;
 }
</style>
border-color css

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

 span { border-color: rgb(25,74,66); }

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