#195C60

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

Shades of Blue Stone #195C60

Tints of Blue Stone #195C60

Color information

#195C60 (or 0x195C60) is unknown color: approx Blue Stone. HEX triplet: 19, 5C and 60. RGB value is (25,92,96). Sum of RGB (Red+Green+Blue) = 25+92+96=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #195C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C60 is #E6A39F. Grayscale: #484848. Windows color (decimal): -15115168 or 6315033. OLE color: 6315033.

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

Color convert

RGB259296-
CMYK0.740.0400.62
HSL183.38º58.68%23.73%-
HSV(B)183.38º73.96%37.65%-
XYZ6.348.7112.41-
YUV72.42141.394.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=11.74%
G=43.19%
B=45.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2592960.740.0400.62183.3858.6823.73
Hex195C604A403Eb73b18
Octal3113414011240762677330
Binary1100110111001100000100101010001111101011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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