#197D71

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

Shades of Deep Sea #197D71

Tints of Deep Sea #197D71

Color information

#197D71 (or 0x197D71) is unknown color: approx Deep Sea. HEX triplet: 19, 7D and 71. RGB value is (25,125,113). Sum of RGB (Red+Green+Blue) = 25+125+113=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #197D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D71 is #E6828E. Grayscale: #5D5D5D. Windows color (decimal): -15106703 or 7437593. OLE color: 7437593.

HSL color Cylindrical-coordinate representation of color #197D71: hue angle of 172.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D71 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB25125113-
CMYK0.800.100.51
HSL172.8º66.67%29.41%-
HSV(B)172.8º80%49.02%-
XYZ10.7216.0718.16-
YUV93.73138.8778.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.51%
GREEN value IS 125 (49.22% from 255) = 47.53%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=9.51%
G=47.53%
B=42.97%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251251130.800.100.51172.866.6729.41
Hex197D71500A33ad431d
Octal311751611200126325510335
Binary110011111101111000110100000101011001110101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,125,113); }

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

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

 a { background-color: rgb(25,125,113); }

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

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

 span { border-color: rgb(25,125,113); }

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