#194B41

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

Shades of Deep Teal #194B41

Tints of Deep Teal #194B41

Color information

#194B41 (or 0x194B41) is unknown color: approx Deep Teal. HEX triplet: 19, 4B and 41. RGB value is (25,75,65). Sum of RGB (Red+Green+Blue) = 25+75+65=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #194B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B41 is #E6B4BE. Grayscale: #3A3A3A. Windows color (decimal): -15119551 or 4279065. OLE color: 4279065.

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

Color convert

RGB257565-
CMYK0.6700.130.71
HSL168º50%19.61%-
HSV(B)168º66.67%29.41%-
XYZ3.875.625.88-
YUV58.91131.44103.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=15.15%
G=45.45%
B=39.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575650.6700.130.711685019.61
Hex194B41430D47a83214
Octal311131011030151072506224
Binary110011001011100000110000110110110001111010100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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