#197565

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

Shades of Deep Sea #197565

Tints of Deep Sea #197565

Color information

#197565 (or 0x197565) is unknown color: approx Deep Sea. HEX triplet: 19, 75 and 65. RGB value is (25,117,101). Sum of RGB (Red+Green+Blue) = 25+117+101=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #197565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197565 is #E68A9A. Grayscale: #575757. Windows color (decimal): -15108763 or 6649113. OLE color: 6649113.

HSL color Cylindrical-coordinate representation of color #197565: hue angle of 169.57º 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 #197565 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB25117101-
CMYK0.7900.140.54
HSL169.57º64.79%27.84%-
HSV(B)169.57º78.63%45.88%-
XYZ9.1113.8714.51-
YUV87.67135.5283.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=10.29%
G=48.15%
B=41.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251171010.7900.140.54169.5764.7927.84
Hex1975654F0E36aa411c
Octal311651451170166625210134
Binary110011110101110010110011110111011011010101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197565; }

 p { color: rgb(25,117,101); }

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

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

 a { background-color: rgb(25,117,101); }

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

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

 span { border-color: rgb(25,117,101); }

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