#194750

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

Shades of Teal Blue #194750

Tints of Teal Blue #194750

Color information

#194750 (or 0x194750) is unknown color: approx Teal Blue. HEX triplet: 19, 47 and 50. RGB value is (25,71,80). Sum of RGB (Red+Green+Blue) = 25+71+80=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #194750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194750 is #E6B8AF. Grayscale: #3A3A3A. Windows color (decimal): -15120560 or 5261081. OLE color: 5261081.

HSL color Cylindrical-coordinate representation of color #194750: hue angle of 189.82º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194750 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB257180-
CMYK0.690.1100.69
HSL189.82º52.38%20.59%-
HSV(B)189.82º68.75%31.37%-
XYZ4.15.298.39-
YUV58.27140.26104.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=14.20%
G=40.34%
B=45.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2571800.690.1100.69189.8252.3820.59
Hex19475045B045be3415
Octal311071201051301052766425
Binary110011000111101000010001011011010001011011111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194750; }

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

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

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

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

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

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

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

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