#194D42

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

Shades of Deep Teal #194D42

Tints of Deep Teal #194D42

Color information

#194D42 (or 0x194D42) is unknown color: approx Deep Teal. HEX triplet: 19, 4D and 42. RGB value is (25,77,66). Sum of RGB (Red+Green+Blue) = 25+77+66=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #194D42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D42 is #E6B2BD. Grayscale: #3C3C3C. Windows color (decimal): -15119038 or 4345113. OLE color: 4345113.

HSL color Cylindrical-coordinate representation of color #194D42: hue angle of 167.31º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D42 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB257766-
CMYK0.6800.140.70
HSL167.31º50.98%20%-
HSV(B)167.31º67.53%30.2%-
XYZ4.045.916.08-
YUV60.2131.27102.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=14.88%
G=45.83%
B=39.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577660.6800.140.70167.3150.9820
Hex194D42440E46a73314
Octal311151021040161062476324
Binary110011001101100001010001000111010001101010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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