#196B6F

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

Shades of Blue Stone #196B6F

Tints of Blue Stone #196B6F

Color information

#196B6F (or 0x196B6F) is unknown color: approx Blue Stone. HEX triplet: 19, 6B and 6F. RGB value is (25,107,111). Sum of RGB (Red+Green+Blue) = 25+107+111=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #196B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B6F is #E69490. Grayscale: #525252. Windows color (decimal): -15111313 or 7301913. OLE color: 7301913.

HSL color Cylindrical-coordinate representation of color #196B6F: hue angle of 182.79º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B6F is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB25107111-
CMYK0.770.0400.56
HSL182.79º63.24%26.67%-
HSV(B)182.79º77.48%43.53%-
XYZ8.5311.8716.88-
YUV82.94143.8386.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=10.29%
G=44.03%
B=45.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251071110.770.0400.56182.7963.2426.67
Hex196B6F4D4038b73f1b
Octal3115315711540702677733
Binary1100111010111101111100110110001110001011011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,107,111); }

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

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

 a { background-color: rgb(25,107,111); }

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

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

 span { border-color: rgb(25,107,111); }

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