#197A5C

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

Shades of Deep Sea #197A5C

Tints of Deep Sea #197A5C

Color information

#197A5C (or 0x197A5C) is unknown color: approx Deep Sea. HEX triplet: 19, 7A and 5C. RGB value is (25,122,92). Sum of RGB (Red+Green+Blue) = 25+122+92=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #197A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A5C is #E685A3. Grayscale: #595959. Windows color (decimal): -15107492 or 6060569. OLE color: 6060569.

HSL color Cylindrical-coordinate representation of color #197A5C: hue angle of 161.44º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A5C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB2512292-
CMYK0.8000.250.52
HSL161.44º65.99%28.82%-
HSV(B)161.44º79.51%47.84%-
XYZ9.2914.912.51-
YUV89.58129.3681.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=10.46%
G=51.05%
B=38.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25122920.8000.250.52161.4465.9928.82
Hex197A5C5001934a1421d
Octal311721341200316424110235
Binary1100111110101011100101000001100111010010100001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,92); }

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

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

 a { background-color: rgb(25,122,92); }

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

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

 span { border-color: rgb(25,122,92); }

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