#194942

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

Shades of Deep Teal #194942

Tints of Deep Teal #194942

Color information

#194942 (or 0x194942) is unknown color: approx Deep Teal. HEX triplet: 19, 49 and 42. RGB value is (25,73,66). Sum of RGB (Red+Green+Blue) = 25+73+66=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #194942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194942 is #E6B6BD. Grayscale: #393939. Windows color (decimal): -15120062 or 4344089. OLE color: 4344089.

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

Color convert

RGB257366-
CMYK0.6600.100.71
HSL171.25º48.98%19.22%-
HSV(B)171.25º65.75%28.63%-
XYZ3.775.375.99-
YUV57.85132.6104.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=15.24%
G=44.51%
B=40.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573660.6600.100.71171.2548.9819.22
Hex194942420A47ab3113
Octal311111021020121072536123
Binary110011001001100001010000100101010001111010101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194942; }

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

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

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

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

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

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

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

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