#197963

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

Shades of Deep Sea #197963

Tints of Deep Sea #197963

Color information

#197963 (or 0x197963) is unknown color: approx Deep Sea. HEX triplet: 19, 79 and 63. RGB value is (25,121,99). Sum of RGB (Red+Green+Blue) = 25+121+99=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #197963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197963 is #E6869C. Grayscale: #595959. Windows color (decimal): -15107741 or 6519065. OLE color: 6519065.

HSL color Cylindrical-coordinate representation of color #197963: hue angle of 166.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197963 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB2512199-
CMYK0.7900.180.53
HSL166.25º65.75%28.63%-
HSV(B)166.25º79.34%47.45%-
XYZ9.4914.7814.16-
YUV89.79133.281.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.20%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=10.20%
G=49.39%
B=40.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25121990.7900.180.53166.2565.7528.63
Hex1979634F01235a6421d
Octal311711431170226524610235
Binary1100111110011100011100111101001011010110100110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197963; }

 p { color: rgb(25,121,99); }

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

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

 a { background-color: rgb(25,121,99); }

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

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

 span { border-color: rgb(25,121,99); }

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