#195562

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

Shades of Teal Blue #195562

Tints of Teal Blue #195562

Color information

#195562 (or 0x195562) is unknown color: approx Teal Blue. HEX triplet: 19, 55 and 62. RGB value is (25,85,98). Sum of RGB (Red+Green+Blue) = 25+85+98=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #195562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195562 is #E6AA9D. Grayscale: #444444. Windows color (decimal): -15116958 or 6444313. OLE color: 6444313.

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

Color convert

RGB258598-
CMYK0.740.1300.62
HSL190.68º59.35%24.12%-
HSV(B)190.68º74.49%38.43%-
XYZ5.857.5912.71-
YUV68.54144.6296.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 98 (38.67% from 255) = 47.12%
R=12.02%
G=40.87%
B=47.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2585980.740.1300.62190.6859.3524.12
Hex1955624AD03Ebf3b18
Octal31125142112150762777330
Binary11001101010111000101001010110101111101011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195562; }

 p { color: rgb(25,85,98); }

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

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

 a { background-color: rgb(25,85,98); }

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

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

 span { border-color: rgb(25,85,98); }

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