#197966

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

Shades of Deep Sea #197966

Tints of Deep Sea #197966

Color information

#197966 (or 0x197966) is unknown color: approx Deep Sea. HEX triplet: 19, 79 and 66. RGB value is (25,121,102). Sum of RGB (Red+Green+Blue) = 25+121+102=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #197966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197966 is #E68699. Grayscale: #5A5A5A. Windows color (decimal): -15107738 or 6715673. OLE color: 6715673.

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

Color convert

RGB25121102-
CMYK0.7900.160.53
HSL168.12º65.75%28.63%-
HSV(B)168.12º79.34%47.45%-
XYZ9.6414.8414.93-
YUV90.13134.781.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=10.08%
G=48.79%
B=41.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251211020.7900.160.53168.1265.7528.63
Hex1979664F01035a8421d
Octal311711461170206525010235
Binary1100111110011100110100111101000011010110101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197966; }

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

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

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

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

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

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

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

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