#194A41

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

Shades of Deep Teal #194A41

Tints of Deep Teal #194A41

Color information

#194A41 (or 0x194A41) is unknown color: approx Deep Teal. HEX triplet: 19, 4A and 41. RGB value is (25,74,65). Sum of RGB (Red+Green+Blue) = 25+74+65=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 74 - color contains mainly: green. Hex color #194A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A41 is #E6B5BE. Grayscale: #3A3A3A. Windows color (decimal): -15119807 or 4278809. OLE color: 4278809.

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

Color convert

RGB257465-
CMYK0.6600.120.71
HSL168.98º49.49%19.41%-
HSV(B)168.98º66.22%29.02%-
XYZ3.85.495.86-
YUV58.32131.77104.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 74 (29.30% from 255) = 45.12%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=15.24%
G=45.12%
B=39.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2574650.6600.120.71168.9849.4919.41
Hex194A41420C47a93113
Octal311121011020141072516123
Binary110011001010100000110000100110010001111010100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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