#196C63

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

Shades of Blue Stone #196C63

Tints of Blue Stone #196C63

Color information

#196C63 (or 0x196C63) is unknown color: approx Blue Stone. HEX triplet: 19, 6C and 63. RGB value is (25,108,99). Sum of RGB (Red+Green+Blue) = 25+108+99=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #196C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C63 is #E6939C. Grayscale: #525252. Windows color (decimal): -15111069 or 6515737. OLE color: 6515737.

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

Color convert

RGB2510899-
CMYK0.7700.080.58
HSL173.49º62.41%26.08%-
HSV(B)173.49º76.85%42.35%-
XYZ8.0211.8313.67-
YUV82.16137.587.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.78%
GREEN value IS 108 (42.58% from 255) = 46.55%
BLUE value IS 99 (39.06% from 255) = 42.67%
R=10.78%
G=46.55%
B=42.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108990.7700.080.58173.4962.4126.08
Hex196C634D083Aad3e1a
Octal31154143115010722557632
Binary11001110110011000111001101010001110101010110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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