#195360

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

Shades of Teal Blue #195360

Tints of Teal Blue #195360

Color information

#195360 (or 0x195360) is unknown color: approx Teal Blue. HEX triplet: 19, 53 and 60. RGB value is (25,83,96). Sum of RGB (Red+Green+Blue) = 25+83+96=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #195360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195360 is #E6AC9F. Grayscale: #434343. Windows color (decimal): -15117472 or 6312729. OLE color: 6312729.

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

Color convert

RGB258396-
CMYK0.740.1400.62
HSL190.99º58.68%23.73%-
HSV(B)190.99º73.96%37.65%-
XYZ5.617.2412.17-
YUV67.14144.2897.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=12.25%
G=40.69%
B=47.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2583960.740.1400.62190.9958.6823.73
Hex1953604AE03Ebf3b18
Octal31123140112160762777330
Binary11001101001111000001001010111001111101011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195360; }

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

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

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

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

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

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

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

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