#197160

Color #197160 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #197160

Tints of Deep Sea #197160

Color information

#197160 (or 0x197160) is unknown color: approx Deep Sea. HEX triplet: 19, 71 and 60. RGB value is (25,113,96). Sum of RGB (Red+Green+Blue) = 25+113+96=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #197160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197160 is #E68E9F. Grayscale: #545454. Windows color (decimal): -15109792 or 6320409. OLE color: 6320409.

HSL color Cylindrical-coordinate representation of color #197160: hue angle of 168.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197160 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB2511396-
CMYK0.7800.150.56
HSL168.41º63.77%27.06%-
HSV(B)168.41º77.88%44.31%-
XYZ8.4212.8613.11-
YUV84.75134.3585.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.68%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=10.68%
G=48.29%
B=41.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25113960.7800.150.56168.4163.7727.06
Hex1971604E0F38a8401b
Octal311611401160177025010033
Binary110011110001110000010011100111111100010101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197160; }

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

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

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

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

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

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

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

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