#197664

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

Shades of Deep Sea #197664

Tints of Deep Sea #197664

Color information

#197664 (or 0x197664) is unknown color: approx Deep Sea. HEX triplet: 19, 76 and 64. RGB value is (25,118,100). Sum of RGB (Red+Green+Blue) = 25+118+100=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #197664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197664 is #E6899B. Grayscale: #585858. Windows color (decimal): -15108508 or 6583833. OLE color: 6583833.

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

Color convert

RGB25118100-
CMYK0.7900.150.54
HSL168.39º65.03%28.04%-
HSV(B)168.39º78.81%46.27%-
XYZ9.1814.0814.29-
YUV88.14134.6982.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=10.29%
G=48.56%
B=41.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251181000.7900.150.54168.3965.0328.04
Hex1976644F0F36a8411c
Octal311661441170176625010134
Binary110011110110110010010011110111111011010101000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197664; }

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

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

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

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

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

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

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

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