#195060

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

Shades of Teal Blue #195060

Tints of Teal Blue #195060

Color information

#195060 (or 0x195060) is unknown color: approx Teal Blue. HEX triplet: 19, 50 and 60. RGB value is (25,80,96). Sum of RGB (Red+Green+Blue) = 25+80+96=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #195060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195060 is #E6AF9F. Grayscale: #414141. Windows color (decimal): -15118240 or 6311961. OLE color: 6311961.

HSL color Cylindrical-coordinate representation of color #195060: hue angle of 193.52º 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 #195060 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB258096-
CMYK0.740.1700.62
HSL193.52º58.68%23.73%-
HSV(B)193.52º73.96%37.65%-
XYZ5.386.7912.09-
YUV65.38145.2899.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=12.44%
G=39.80%
B=47.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2580960.740.1700.62193.5258.6823.73
Hex1950604A1103Ec23b18
Octal31120140112210763027330
Binary110011010000110000010010101000101111101100001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195060; }

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

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

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

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

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

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

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

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