#197c5d

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

Shades of Deep Sea #197C5D

Tints of Deep Sea #197C5D

Color information

#197C5D (or 0x197C5D) is unknown color: approx Deep Sea. HEX triplet: 19, 7C and 5D. RGB value is (25,124,93). Sum of RGB (Red+Green+Blue) = 25+124+93=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #197C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C5D is #E683A2. Grayscale: #5A5A5A. Windows color (decimal): -15106979 or 6126617. OLE color: 6126617.

HSL color Cylindrical-coordinate representation of color #197C5D: hue angle of 161.21º degrees, saturation: 0.66, 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 #197C5D is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB2512493-
CMYK0.8000.250.51
HSL161.21º66.44%29.22%-
HSV(B)161.21º79.84%48.63%-
XYZ9.5815.4112.83-
YUV90.86129.281.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=10.33%
G=51.24%
B=38.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25124930.8000.250.51161.2166.4429.22
Hex197C5D5001933a1421d
Octal311741351200316324110235
Binary1100111111001011101101000001100111001110100001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,124,93); }

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

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

 a { background-color: rgb(25,124,93); }

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

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

 span { border-color: rgb(25,124,93); }

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