#195460

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

Shades of Teal Blue #195460

Tints of Teal Blue #195460

Color information

#195460 (or 0x195460) is unknown color: approx Teal Blue. HEX triplet: 19, 54 and 60. RGB value is (25,84,96). Sum of RGB (Red+Green+Blue) = 25+84+96=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #195460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195460 is #E6AB9F. Grayscale: #434343. Windows color (decimal): -15117216 or 6312985. OLE color: 6312985.

HSL color Cylindrical-coordinate representation of color #195460: hue angle of 190.14º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195460 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258496-
CMYK0.740.1200.62
HSL190.14º58.68%23.73%-
HSV(B)190.14º73.96%37.65%-
XYZ5.687.3912.19-
YUV67.73143.9597.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=12.20%
G=40.98%
B=46.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2584960.740.1200.62190.1458.6823.73
Hex1954604AC03Ebe3b18
Octal31124140112140762767330
Binary11001101010011000001001010110001111101011111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195460; }

 p { color: rgb(25,84,96); }

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

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

 a { background-color: rgb(25,84,96); }

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

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

 span { border-color: rgb(25,84,96); }

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