#196A61

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

Shades of Blue Stone #196A61

Tints of Blue Stone #196A61

Color information

#196A61 (or 0x196A61) is unknown color: approx Blue Stone. HEX triplet: 19, 6A and 61. RGB value is (25,106,97). Sum of RGB (Red+Green+Blue) = 25+106+97=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #196A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A61 is #E6959E. Grayscale: #505050. Windows color (decimal): -15111583 or 6384153. OLE color: 6384153.

HSL color Cylindrical-coordinate representation of color #196A61: hue angle of 173.33º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196A61 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB2510697-
CMYK0.7600.080.58
HSL173.33º61.83%25.69%-
HSV(B)173.33º76.42%41.57%-
XYZ7.7111.3813.1-
YUV80.76137.1688.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=10.96%
G=46.49%
B=42.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25106970.7600.080.58173.3361.8325.69
Hex196A614C083Aad3e1a
Octal31152141114010722557632
Binary11001110101011000011001100010001110101010110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,106,97); }

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

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

 a { background-color: rgb(25,106,97); }

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

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

 span { border-color: rgb(25,106,97); }

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