#197F6B

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

Shades of Deep Sea #197F6B

Tints of Deep Sea #197F6B

Color information

#197F6B (or 0x197F6B) is unknown color: approx Deep Sea. HEX triplet: 19, 7F and 6B. RGB value is (25,127,107). Sum of RGB (Red+Green+Blue) = 25+127+107=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #197F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F6B is #E68094. Grayscale: #5E5E5E. Windows color (decimal): -15106197 or 7044889. OLE color: 7044889.

HSL color Cylindrical-coordinate representation of color #197F6B: hue angle of 168.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F6B is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB25127107-
CMYK0.8000.160.50
HSL168.24º67.11%29.8%-
HSV(B)168.24º80.31%49.8%-
XYZ10.6416.4516.52-
YUV94.22135.2178.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=9.65%
G=49.03%
B=41.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251271070.8000.160.50168.2467.1129.8
Hex197F6B5001032a8431e
Octal311771531200206225010336
Binary1100111111111101011101000001000011001010101000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197F6B; }

 p { color: rgb(25,127,107); }

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

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

 a { background-color: rgb(25,127,107); }

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

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

 span { border-color: rgb(25,127,107); }

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