#194B45

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

Shades of Deep Teal #194B45

Tints of Deep Teal #194B45

Color information

#194B45 (or 0x194B45) is unknown color: approx Deep Teal. HEX triplet: 19, 4B and 45. RGB value is (25,75,69). Sum of RGB (Red+Green+Blue) = 25+75+69=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #194B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B45 is #E6B4BA. Grayscale: #3B3B3B. Windows color (decimal): -15119547 or 4541209. OLE color: 4541209.

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

Color convert

RGB257569-
CMYK0.6700.080.71
HSL172.8º50%19.61%-
HSV(B)172.8º66.67%29.41%-
XYZ3.995.676.51-
YUV59.37133.44103.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.79%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=14.79%
G=44.38%
B=40.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575690.6700.080.71172.85019.61
Hex194B45430847ad3214
Octal311131051030101072556224
Binary110011001011100010110000110100010001111010110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,75,69); }

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

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

 a { background-color: rgb(25,75,69); }

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

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

 span { border-color: rgb(25,75,69); }

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