#197466

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

Shades of Deep Sea #197466

Tints of Deep Sea #197466

Color information

#197466 (or 0x197466) is unknown color: approx Deep Sea. HEX triplet: 19, 74 and 66. RGB value is (25,116,102). Sum of RGB (Red+Green+Blue) = 25+116+102=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #197466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197466 is #E68B99. Grayscale: #575757. Windows color (decimal): -15109018 or 6714393. OLE color: 6714393.

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

Color convert

RGB25116102-
CMYK0.7800.120.55
HSL170.77º64.54%27.65%-
HSV(B)170.77º78.45%45.49%-
XYZ9.0413.6614.73-
YUV87.2136.3583.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.29%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=10.29%
G=47.74%
B=41.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251161020.7800.120.55170.7764.5427.65
Hex1974664E0C37ab411c
Octal311641461160146725310134
Binary110011110100110011010011100110011011110101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197466; }

 p { color: rgb(25,116,102); }

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

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

 a { background-color: rgb(25,116,102); }

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

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

 span { border-color: rgb(25,116,102); }

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