#195156

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

Shades of Teal Blue #195156

Tints of Teal Blue #195156

Color information

#195156 (or 0x195156) is unknown color: approx Teal Blue. HEX triplet: 19, 51 and 56. RGB value is (25,81,86). Sum of RGB (Red+Green+Blue) = 25+81+86=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #195156 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195156 is #E6AEA9. Grayscale: #404040. Windows color (decimal): -15117994 or 5656857. OLE color: 5656857.

HSL color Cylindrical-coordinate representation of color #195156: hue angle of 184.92º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195156 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB258186-
CMYK0.710.0600.66
HSL184.92º54.95%21.76%-
HSV(B)184.92º70.93%33.73%-
XYZ5.026.769.84-
YUV64.83139.9599.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=13.02%
G=42.19%
B=44.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2581860.710.0600.66184.9254.9521.76
Hex195156476042b93716
Octal31121126107601022716726
Binary11001101000110101101000111110010000101011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195156; }

 p { color: rgb(25,81,86); }

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

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

 a { background-color: rgb(25,81,86); }

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

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

 span { border-color: rgb(25,81,86); }

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