#194C3E

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

Shades of Deep Teal #194C3E

Tints of Deep Teal #194C3E

Color information

#194C3E (or 0x194C3E) is unknown color: approx Deep Teal. HEX triplet: 19, 4C and 3E. RGB value is (25,76,62). Sum of RGB (Red+Green+Blue) = 25+76+62=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #194C3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C3E is #E6B3C1. Grayscale: #3B3B3B. Windows color (decimal): -15119298 or 4082713. OLE color: 4082713.

HSL color Cylindrical-coordinate representation of color #194C3E: hue angle of 163.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C3E is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB257662-
CMYK0.6700.180.70
HSL163.53º50.5%19.8%-
HSV(B)163.53º67.11%29.8%-
XYZ3.855.725.46-
YUV59.15129.6103.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 62 (24.61% from 255) = 38.04%
R=15.34%
G=46.63%
B=38.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576620.6700.180.70163.5350.519.8
Hex194C3E4301246a43214
Octal31114761030221062446224
Binary110011001100111110100001101001010001101010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C3E; }

 p { color: rgb(25,76,62); }

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

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

 a { background-color: rgb(25,76,62); }

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

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

 span { border-color: rgb(25,76,62); }

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