#194B3F

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

Shades of Deep Teal #194B3F

Tints of Deep Teal #194B3F

Color information

#194B3F (or 0x194B3F) is unknown color: approx Deep Teal. HEX triplet: 19, 4B and 3F. RGB value is (25,75,63). Sum of RGB (Red+Green+Blue) = 25+75+63=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #194B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B3F is #E6B4C0. Grayscale: #3A3A3A. Windows color (decimal): -15119553 or 4147993. OLE color: 4147993.

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

Color convert

RGB257563-
CMYK0.6700.160.71
HSL165.6º50%19.61%-
HSV(B)165.6º66.67%29.41%-
XYZ3.815.65.58-
YUV58.68130.44103.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 63 (25% from 255) = 38.65%
R=15.34%
G=46.01%
B=38.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575630.6700.160.71165.65019.61
Hex194B3F4301047a63214
Octal31113771030201072466224
Binary110011001011111111100001101000010001111010011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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