#196162

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

Shades of Blue Stone #196162

Tints of Blue Stone #196162

Color information

#196162 (or 0x196162) is unknown color: approx Blue Stone. HEX triplet: 19, 61 and 62. RGB value is (25,97,98). Sum of RGB (Red+Green+Blue) = 25+97+98=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #196162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196162 is #E69E9D. Grayscale: #4B4B4B. Windows color (decimal): -15113886 or 6447385. OLE color: 6447385.

HSL color Cylindrical-coordinate representation of color #196162: hue angle of 180.82º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196162 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB259798-
CMYK0.740.0100.62
HSL180.82º59.35%24.12%-
HSV(B)180.82º74.49%38.43%-
XYZ6.889.6413.05-
YUV75.59140.6591.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=11.36%
G=44.09%
B=44.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597980.740.0100.62180.8259.3524.12
Hex1961624A103Eb53b18
Octal3114114211210762657330
Binary11001110000111000101001010101111101011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196162; }

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

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

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

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

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

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

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

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