#196F68

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

Shades of Blue Stone #196F68

Tints of Blue Stone #196F68

Color information

#196F68 (or 0x196F68) is unknown color: approx Blue Stone. HEX triplet: 19, 6F and 68. RGB value is (25,111,104). Sum of RGB (Red+Green+Blue) = 25+111+104=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #196F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F68 is #E69097. Grayscale: #545454. Windows color (decimal): -15110296 or 6844185. OLE color: 6844185.

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

Color convert

RGB25111104-
CMYK0.7700.060.56
HSL175.12º63.24%26.67%-
HSV(B)175.12º77.48%43.53%-
XYZ8.5812.5815.07-
YUV84.49139.0185.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=10.42%
G=46.25%
B=43.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal251111040.7700.060.56175.1263.2426.67
Hex196F684D0638af3f1b
Octal3115715011506702577733
Binary1100111011111101000100110101101110001010111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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