#197260

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

Shades of Deep Sea #197260

Tints of Deep Sea #197260

Color information

#197260 (or 0x197260) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 60. RGB value is (25,114,96). Sum of RGB (Red+Green+Blue) = 25+114+96=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #197260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197260 is #E68D9F. Grayscale: #555555. Windows color (decimal): -15109536 or 6320665. OLE color: 6320665.

HSL color Cylindrical-coordinate representation of color #197260: hue angle of 167.87º 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 #197260 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB2511496-
CMYK0.7800.160.55
HSL167.87º64.03%27.25%-
HSV(B)167.87º78.07%44.71%-
XYZ8.5313.0913.14-
YUV85.34134.0184.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=10.64%
G=48.51%
B=40.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25114960.7800.160.55167.8764.0327.25
Hex1972604E01037a8401b
Octal311621401160206725010033
Binary1100111100101100000100111001000011011110101000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197260; }

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

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

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

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

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

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

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

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