#197E61

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

Shades of Deep Sea #197E61

Tints of Deep Sea #197E61

Color information

#197E61 (or 0x197E61) is unknown color: approx Deep Sea. HEX triplet: 19, 7E and 61. RGB value is (25,126,97). Sum of RGB (Red+Green+Blue) = 25+126+97=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #197E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E61 is #E6819E. Grayscale: #5C5C5C. Windows color (decimal): -15106463 or 6389273. OLE color: 6389273.

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

Color convert

RGB2512697-
CMYK0.8000.230.51
HSL162.77º66.89%29.61%-
HSV(B)162.77º80.16%49.41%-
XYZ10.0215.9913.87-
YUV92.49130.5479.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 126 (49.61% from 255) = 50.81%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=10.08%
G=50.81%
B=39.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25126970.8000.230.51162.7766.8929.61
Hex197E615001733a3431e
Octal311761411200276324310336
Binary1100111111101100001101000001011111001110100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,126,97); }

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

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

 a { background-color: rgb(25,126,97); }

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

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

 span { border-color: rgb(25,126,97); }

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