#197465

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

Shades of Deep Sea #197465

Tints of Deep Sea #197465

Color information

#197465 (or 0x197465) is unknown color: approx Deep Sea. HEX triplet: 19, 74 and 65. RGB value is (25,116,101). Sum of RGB (Red+Green+Blue) = 25+116+101=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #197465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197465 is #E68B9A. Grayscale: #575757. Windows color (decimal): -15109019 or 6648857. OLE color: 6648857.

HSL color Cylindrical-coordinate representation of color #197465: hue angle of 170.11º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197465 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB25116101-
CMYK0.7800.130.55
HSL170.11º64.54%27.65%-
HSV(B)170.11º78.45%45.49%-
XYZ913.6414.47-
YUV87.08135.8583.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 116 (45.70% from 255) = 47.93%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=10.33%
G=47.93%
B=41.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251161010.7800.130.55170.1164.5427.65
Hex1974654E0D37aa411c
Octal311641451160156725210134
Binary110011110100110010110011100110111011110101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197465; }

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

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

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

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

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

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

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

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