#196D64

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

Shades of Blue Stone #196D64

Tints of Blue Stone #196D64

Color information

#196D64 (or 0x196D64) is unknown color: approx Blue Stone. HEX triplet: 19, 6D and 64. RGB value is (25,109,100). Sum of RGB (Red+Green+Blue) = 25+109+100=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #196D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D64 is #E6929B. Grayscale: #525252. Windows color (decimal): -15110812 or 6581529. OLE color: 6581529.

HSL color Cylindrical-coordinate representation of color #196D64: hue angle of 173.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D64 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB25109100-
CMYK0.7700.080.57
HSL173.57º62.69%26.27%-
HSV(B)173.57º77.06%42.75%-
XYZ8.1712.0613.95-
YUV82.86137.6786.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=10.68%
G=46.58%
B=42.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal251091000.7700.080.57173.5762.6926.27
Hex196D644D0839ae3f1a
Octal31155144115010712567732
Binary11001110110111001001001101010001110011010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196D64; }

 p { color: rgb(25,109,100); }

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

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

 a { background-color: rgb(25,109,100); }

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

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

 span { border-color: rgb(25,109,100); }

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