#194A43

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

Shades of Deep Teal #194A43

Tints of Deep Teal #194A43

Color information

#194A43 (or 0x194A43) is unknown color: approx Deep Teal. HEX triplet: 19, 4A and 43. RGB value is (25,74,67). Sum of RGB (Red+Green+Blue) = 25+74+67=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #194A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A43 is #E6B5BC. Grayscale: #3A3A3A. Windows color (decimal): -15119805 or 4409881. OLE color: 4409881.

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

Color convert

RGB257467-
CMYK0.6600.090.71
HSL171.43º49.49%19.41%-
HSV(B)171.43º66.22%29.02%-
XYZ3.865.516.17-
YUV58.55132.77104.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=15.06%
G=44.58%
B=40.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2574670.6600.090.71171.4349.4919.41
Hex194A43420947ab3113
Octal311121031020111072536123
Binary110011001010100001110000100100110001111010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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