#195260

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

Shades of Teal Blue #195260

Tints of Teal Blue #195260

Color information

#195260 (or 0x195260) is unknown color: approx Teal Blue. HEX triplet: 19, 52 and 60. RGB value is (25,82,96). Sum of RGB (Red+Green+Blue) = 25+82+96=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #195260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195260 is #E6AD9F. Grayscale: #424242. Windows color (decimal): -15117728 or 6312473. OLE color: 6312473.

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

Color convert

RGB258296-
CMYK0.740.1500.62
HSL191.83º58.68%23.73%-
HSV(B)191.83º73.96%37.65%-
XYZ5.537.0912.14-
YUV66.55144.6298.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=12.32%
G=40.39%
B=47.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2582960.740.1500.62191.8358.6823.73
Hex1952604AF03Ec03b18
Octal31122140112170763007330
Binary11001101001011000001001010111101111101100000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195260; }

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

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

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

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

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

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

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

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