#194138

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

Shades of Deep Teal #194138

Tints of Deep Teal #194138

Color information

#194138 (or 0x194138) is unknown color: approx Deep Teal. HEX triplet: 19, 41 and 38. RGB value is (25,65,56). Sum of RGB (Red+Green+Blue) = 25+65+56=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #194138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194138 is #E6BEC7. Grayscale: #343434. Windows color (decimal): -15122120 or 3686681. OLE color: 3686681.

HSL color Cylindrical-coordinate representation of color #194138: hue angle of 166.5º 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 #194138 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB256556-
CMYK0.6200.140.75
HSL166.5º44.44%17.65%-
HSV(B)166.5º61.54%25.49%-
XYZ3.014.274.41-
YUV52.01130.25108.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=17.12%
G=44.52%
B=38.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565560.6200.140.75166.544.4417.65
Hex1941383E0E4Ba62c12
Octal3110170760161132465422
Binary1100110000011110001111100111010010111010011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194138; }

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

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

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

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

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

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

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

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