#197661

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

Shades of Deep Sea #197661

Tints of Deep Sea #197661

Color information

#197661 (or 0x197661) is unknown color: approx Deep Sea. HEX triplet: 19, 76 and 61. RGB value is (25,118,97). Sum of RGB (Red+Green+Blue) = 25+118+97=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #197661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197661 is #E6899E. Grayscale: #575757. Windows color (decimal): -15108511 or 6387225. OLE color: 6387225.

HSL color Cylindrical-coordinate representation of color #197661: hue angle of 166.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197661 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB2511897-
CMYK0.7900.180.54
HSL166.45º65.03%28.04%-
HSV(B)166.45º78.81%46.27%-
XYZ9.0414.0313.54-
YUV87.8133.1983.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=10.42%
G=49.17%
B=40.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118970.7900.180.54166.4565.0328.04
Hex1976614F01236a6411c
Octal311661411170226624610134
Binary1100111101101100001100111101001011011010100110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197661; }

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

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

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

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

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

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

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

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