#196D63

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

Shades of Blue Stone #196D63

Tints of Blue Stone #196D63

Color information

#196D63 (or 0x196D63) is unknown color: approx Blue Stone. HEX triplet: 19, 6D and 63. RGB value is (25,109,99). Sum of RGB (Red+Green+Blue) = 25+109+99=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #196D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D63 is #E6929C. Grayscale: #525252. Windows color (decimal): -15110813 or 6515993. OLE color: 6515993.

HSL color Cylindrical-coordinate representation of color #196D63: hue angle of 172.86º 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 #196D63 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB2510999-
CMYK0.7700.090.57
HSL172.86º62.69%26.27%-
HSV(B)172.86º77.06%42.75%-
XYZ8.1212.0413.7-
YUV82.74137.1786.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 109 (42.97% from 255) = 46.78%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=10.73%
G=46.78%
B=42.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25109990.7700.090.57172.8662.6926.27
Hex196D634D0939ad3f1a
Octal31155143115011712557732
Binary11001110110111000111001101010011110011010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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