#194852

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

Shades of Teal Blue #194852

Tints of Teal Blue #194852

Color information

#194852 (or 0x194852) is unknown color: approx Teal Blue. HEX triplet: 19, 48 and 52. RGB value is (25,72,82). Sum of RGB (Red+Green+Blue) = 25+72+82=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #194852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194852 is #E6B7AD. Grayscale: #3B3B3B. Windows color (decimal): -15120302 or 5392409. OLE color: 5392409.

HSL color Cylindrical-coordinate representation of color #194852: hue angle of 190.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194852 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB257282-
CMYK0.700.1200.68
HSL190.53º53.27%20.98%-
HSV(B)190.53º69.51%32.16%-
XYZ4.245.458.81-
YUV59.09140.93103.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=13.97%
G=40.22%
B=45.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2572820.700.1200.68190.5353.2720.98
Hex19485246C044bf3515
Octal311101221061401042776525
Binary110011001000101001010001101100010001001011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194852; }

 p { color: rgb(25,72,82); }

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

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

 a { background-color: rgb(25,72,82); }

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

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

 span { border-color: rgb(25,72,82); }

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