#194B43

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

Shades of Deep Teal #194B43

Tints of Deep Teal #194B43

Color information

#194B43 (or 0x194B43) is unknown color: approx Deep Teal. HEX triplet: 19, 4B and 43. RGB value is (25,75,67). Sum of RGB (Red+Green+Blue) = 25+75+67=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #194B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B43 is #E6B4BC. Grayscale: #3B3B3B. Windows color (decimal): -15119549 or 4410137. OLE color: 4410137.

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

Color convert

RGB257567-
CMYK0.6700.110.71
HSL170.4º50%19.61%-
HSV(B)170.4º66.67%29.41%-
XYZ3.935.646.19-
YUV59.14132.44103.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=14.97%
G=44.91%
B=40.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575670.6700.110.71170.45019.61
Hex194B43430B47aa3214
Octal311131031030131072526224
Binary110011001011100001110000110101110001111010101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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