#194339

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

Shades of Deep Teal #194339

Tints of Deep Teal #194339

Color information

#194339 (or 0x194339) is unknown color: approx Deep Teal. HEX triplet: 19, 43 and 39. RGB value is (25,67,57). Sum of RGB (Red+Green+Blue) = 25+67+57=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #194339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194339 is #E6BCC6. Grayscale: #353535. Windows color (decimal): -15121607 or 3752729. OLE color: 3752729.

HSL color Cylindrical-coordinate representation of color #194339: hue angle of 165.71º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194339 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB256757-
CMYK0.6300.150.74
HSL165.71º45.65%18.04%-
HSV(B)165.71º62.69%26.27%-
XYZ3.154.524.58-
YUV53.3130.09107.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.78%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=16.78%
G=44.97%
B=38.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2567570.6300.150.74165.7145.6518.04
Hex1943393F0F4Aa62e12
Octal3110371770171122465622
Binary1100110000111110011111110111110010101010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194339; }

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

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

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

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

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

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

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

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