#195257

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

Shades of Teal Blue #195257

Tints of Teal Blue #195257

Color information

#195257 (or 0x195257) is unknown color: approx Teal Blue. HEX triplet: 19, 52 and 57. RGB value is (25,82,87). Sum of RGB (Red+Green+Blue) = 25+82+87=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #195257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195257 is #E6ADA8. Grayscale: #414141. Windows color (decimal): -15117737 or 5722649. OLE color: 5722649.

HSL color Cylindrical-coordinate representation of color #195257: hue angle of 184.84º 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 #195257 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB258287-
CMYK0.710.0600.66
HSL184.84º55.36%21.96%-
HSV(B)184.84º71.26%34.12%-
XYZ5.146.9310.08-
YUV65.53140.1299.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=12.89%
G=42.27%
B=44.85%

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
Decimal2582870.710.0600.66184.8455.3621.96
Hex195257476042b93716
Octal31122127107601022716726
Binary11001101001010101111000111110010000101011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195257; }

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

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

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

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

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

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

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

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