#194742

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

Shades of Deep Teal #194742

Tints of Deep Teal #194742

Color information

#194742 (or 0x194742) is unknown color: approx Deep Teal. HEX triplet: 19, 47 and 42. RGB value is (25,71,66). Sum of RGB (Red+Green+Blue) = 25+71+66=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #194742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194742 is #E6B8BD. Grayscale: #383838. Windows color (decimal): -15120574 or 4343577. OLE color: 4343577.

HSL color Cylindrical-coordinate representation of color #194742: hue angle of 173.48º 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 #194742 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB257166-
CMYK0.6500.070.72
HSL173.48º47.92%18.82%-
HSV(B)173.48º64.79%27.84%-
XYZ3.645.115.95-
YUV56.68133.26105.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=15.43%
G=43.83%
B=40.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571660.6500.070.72173.4847.9218.82
Hex194742410748ad3013
Octal31107102101071102556023
Binary11001100011110000101000001011110010001010110111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194742; }

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

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

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

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

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

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

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

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