#196C60

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

Shades of Blue Stone #196C60

Tints of Blue Stone #196C60

Color information

#196C60 (or 0x196C60) is unknown color: approx Blue Stone. HEX triplet: 19, 6C and 60. RGB value is (25,108,96). Sum of RGB (Red+Green+Blue) = 25+108+96=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #196C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C60 is #E6939F. Grayscale: #515151. Windows color (decimal): -15111072 or 6319129. OLE color: 6319129.

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

Color convert

RGB2510896-
CMYK0.7700.110.58
HSL171.33º62.41%26.08%-
HSV(B)171.33º76.85%42.35%-
XYZ7.8711.7812.92-
YUV81.8213687.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.92%
GREEN value IS 108 (42.58% from 255) = 47.16%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=10.92%
G=47.16%
B=41.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25108960.7700.110.58171.3362.4126.08
Hex196C604D0B3Aab3e1a
Octal31154140115013722537632
Binary11001110110011000001001101010111110101010101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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