#194752

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

Shades of Teal Blue #194752

Tints of Teal Blue #194752

Color information

#194752 (or 0x194752) is unknown color: approx Teal Blue. HEX triplet: 19, 47 and 52. RGB value is (25,71,82). Sum of RGB (Red+Green+Blue) = 25+71+82=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #194752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194752 is #E6B8AD. Grayscale: #3A3A3A. Windows color (decimal): -15120558 or 5392153. OLE color: 5392153.

HSL color Cylindrical-coordinate representation of color #194752: hue angle of 191.58º 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 #194752 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB257182-
CMYK0.700.1300.68
HSL191.58º53.27%20.98%-
HSV(B)191.58º69.51%32.16%-
XYZ4.185.328.79-
YUV58.5141.26104.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=14.04%
G=39.89%
B=46.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2571820.700.1300.68191.5853.2720.98
Hex19475246D044c03515
Octal311071221061501043006525
Binary110011000111101001010001101101010001001100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194752; }

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

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

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

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

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

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

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

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