#197569

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

Shades of Deep Sea #197569

Tints of Deep Sea #197569

Color information

#197569 (or 0x197569) is unknown color: approx Deep Sea. HEX triplet: 19, 75 and 69. RGB value is (25,117,105). Sum of RGB (Red+Green+Blue) = 25+117+105=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #197569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197569 is #E68A96. Grayscale: #585858. Windows color (decimal): -15108759 or 6911257. OLE color: 6911257.

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

Color convert

RGB25117105-
CMYK0.7900.100.54
HSL172.17º64.79%27.84%-
HSV(B)172.17º78.63%45.88%-
XYZ9.3113.9515.57-
YUV88.12137.5282.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=10.12%
G=47.37%
B=42.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251171050.7900.100.54172.1764.7927.84
Hex1975694F0A36ac411c
Octal311651511170126625410134
Binary110011110101110100110011110101011011010101100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197569; }

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

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

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

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

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

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

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

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