#194840

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

Shades of Deep Teal #194840

Tints of Deep Teal #194840

Color information

#194840 (or 0x194840) is unknown color: approx Deep Teal. HEX triplet: 19, 48 and 40. RGB value is (25,72,64). Sum of RGB (Red+Green+Blue) = 25+72+64=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #194840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194840 is #E6B7BF. Grayscale: #393939. Windows color (decimal): -15120320 or 4212761. OLE color: 4212761.

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

Color convert

RGB257264-
CMYK0.6500.110.72
HSL169.79º48.45%19.02%-
HSV(B)169.79º65.28%28.24%-
XYZ3.645.215.66-
YUV57.04131.93105.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=15.53%
G=44.72%
B=39.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572640.6500.110.72169.7948.4519.02
Hex194840410B48aa3013
Octal311101001010131102526023
Binary110011001000100000010000010101110010001010101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194840; }

 p { color: rgb(25,72,64); }

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

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

 a { background-color: rgb(25,72,64); }

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

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

 span { border-color: rgb(25,72,64); }

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