#194C43

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

Shades of Deep Teal #194C43

Tints of Deep Teal #194C43

Color information

#194C43 (or 0x194C43) is unknown color: approx Deep Teal. HEX triplet: 19, 4C and 43. RGB value is (25,76,67). Sum of RGB (Red+Green+Blue) = 25+76+67=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 67 (26.56% from 255 or 39.88% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #194C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C43 is #E6B3BC. Grayscale: #3B3B3B. Windows color (decimal): -15119293 or 4410393. OLE color: 4410393.

HSL color Cylindrical-coordinate representation of color #194C43: hue angle of 169.41º 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 #194C43 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB257667-
CMYK0.6700.120.70
HSL169.41º50.5%19.8%-
HSV(B)169.41º67.11%29.8%-
XYZ45.786.22-
YUV59.72132.1103.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 76 (30.08% from 255) = 45.24%
BLUE value IS 67 (26.56% from 255) = 39.88%
R=14.88%
G=45.24%
B=39.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576670.6700.120.70169.4150.519.8
Hex194C43430C46a93214
Octal311141031030141062516224
Binary110011001100100001110000110110010001101010100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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