#197D70

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

Shades of Deep Sea #197D70

Tints of Deep Sea #197D70

Color information

#197D70 (or 0x197D70) is unknown color: approx Deep Sea. HEX triplet: 19, 7D and 70. RGB value is (25,125,112). Sum of RGB (Red+Green+Blue) = 25+125+112=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #197D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D70 is #E6828F. Grayscale: #5D5D5D. Windows color (decimal): -15106704 or 7372057. OLE color: 7372057.

HSL color Cylindrical-coordinate representation of color #197D70: hue angle of 172.2º 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 #197D70 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB25125112-
CMYK0.800.100.51
HSL172.2º66.67%29.41%-
HSV(B)172.2º80%49.02%-
XYZ10.6616.0417.86-
YUV93.62138.3779.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 125 (49.22% from 255) = 47.71%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=9.54%
G=47.71%
B=42.75%

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
Decimal251251120.800.100.51172.266.6729.41
Hex197D70500A33ac431d
Octal311751601200126325410335
Binary110011111101111000010100000101011001110101100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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