#197261

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

Shades of Deep Sea #197261

Tints of Deep Sea #197261

Color information

#197261 (or 0x197261) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 61. RGB value is (25,114,97). Sum of RGB (Red+Green+Blue) = 25+114+97=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #197261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197261 is #E68D9E. Grayscale: #555555. Windows color (decimal): -15109535 or 6386201. OLE color: 6386201.

HSL color Cylindrical-coordinate representation of color #197261: hue angle of 168.54º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197261 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB2511497-
CMYK0.7800.150.55
HSL168.54º64.03%27.25%-
HSV(B)168.54º78.07%44.71%-
XYZ8.5813.113.39-
YUV85.45134.5184.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=10.59%
G=48.31%
B=41.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114970.7800.150.55168.5464.0327.25
Hex1972614E0F37a9401b
Octal311621411160176725110033
Binary110011110010110000110011100111111011110101001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197261; }

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

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

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

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

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

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

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

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