#194137

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

Shades of Deep Teal #194137

Tints of Deep Teal #194137

Color information

#194137 (or 0x194137) is unknown color: approx Deep Teal. HEX triplet: 19, 41 and 37. RGB value is (25,65,55). Sum of RGB (Red+Green+Blue) = 25+65+55=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #194137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194137 is #E6BEC8. Grayscale: #333333. Windows color (decimal): -15122121 or 3621145. OLE color: 3621145.

HSL color Cylindrical-coordinate representation of color #194137: hue angle of 165º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194137 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB256555-
CMYK0.6200.150.75
HSL165º44.44%17.65%-
HSV(B)165º61.54%25.49%-
XYZ2.984.264.28-
YUV51.9129.75108.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=17.24%
G=44.83%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565550.6200.150.7516544.4417.65
Hex1941373E0F4Ba52c12
Octal3110167760171132455422
Binary1100110000011101111111100111110010111010010110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194137; }

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

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

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

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

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

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

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

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