#195A60

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

Shades of Blue Stone #195A60

Tints of Blue Stone #195A60

Color information

#195A60 (or 0x195A60) is unknown color: approx Blue Stone. HEX triplet: 19, 5A and 60. RGB value is (25,90,96). Sum of RGB (Red+Green+Blue) = 25+90+96=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #195A60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A60 is #E6A59F. Grayscale: #474747. Windows color (decimal): -15115680 or 6314521. OLE color: 6314521.

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

Color convert

RGB259096-
CMYK0.740.0600.62
HSL185.07º58.68%23.73%-
HSV(B)185.07º73.96%37.65%-
XYZ6.178.3612.36-
YUV71.25141.9795.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 90 (35.55% from 255) = 42.65%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=11.85%
G=42.65%
B=45.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2590960.740.0600.62185.0758.6823.73
Hex195A604A603Eb93b18
Octal3113214011260762717330
Binary1100110110101100000100101011001111101011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195A60; }

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

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

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

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

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

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

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

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