#198161

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

Shades of Deep Sea #198161

Tints of Deep Sea #198161

Color information

#198161 (or 0x198161) is unknown color: approx Deep Sea. HEX triplet: 19, 81 and 61. RGB value is (25,129,97). Sum of RGB (Red+Green+Blue) = 25+129+97=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #198161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198161 is #E67E9E. Grayscale: #5E5E5E. Windows color (decimal): -15105695 or 6390041. OLE color: 6390041.

HSL color Cylindrical-coordinate representation of color #198161: hue angle of 161.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198161 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB2512997-
CMYK0.8100.250.49
HSL161.54º67.53%30.2%-
HSV(B)161.54º80.62%50.59%-
XYZ10.4116.7714-
YUV94.26129.5478.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 129 (50.78% from 255) = 51.39%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=9.96%
G=51.39%
B=38.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129970.8100.250.49161.5467.5330.2
Hex1981615101931a2441e
Octal312011411210316124210436
Binary11001100000011100001101000101100111000110100010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198161; }

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

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

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

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

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

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

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

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