#194741

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

Shades of Deep Teal #194741

Tints of Deep Teal #194741

Color information

#194741 (or 0x194741) is unknown color: approx Deep Teal. HEX triplet: 19, 47 and 41. RGB value is (25,71,65). Sum of RGB (Red+Green+Blue) = 25+71+65=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 65 (25.78% from 255 or 40.37% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #194741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194741 is #E6B8BE. Grayscale: #383838. Windows color (decimal): -15120575 or 4278041. OLE color: 4278041.

HSL color Cylindrical-coordinate representation of color #194741: hue angle of 172.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194741 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB257165-
CMYK0.6500.080.72
HSL172.17º47.92%18.82%-
HSV(B)172.17º64.79%27.84%-
XYZ3.615.095.79-
YUV56.56132.76105.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 65 (25.78% from 255) = 40.37%
R=15.53%
G=44.10%
B=40.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571650.6500.080.72172.1747.9218.82
Hex194741410848ac3013
Octal311071011010101102546023
Binary110011000111100000110000010100010010001010110011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194741; }

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

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

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

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

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

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

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

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