#197863

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

Shades of Deep Sea #197863

Tints of Deep Sea #197863

Color information

#197863 (or 0x197863) is unknown color: approx Deep Sea. HEX triplet: 19, 78 and 63. RGB value is (25,120,99). Sum of RGB (Red+Green+Blue) = 25+120+99=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #197863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197863 is #E6879C. Grayscale: #595959. Windows color (decimal): -15107997 or 6518809. OLE color: 6518809.

HSL color Cylindrical-coordinate representation of color #197863: hue angle of 166.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197863 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB2512099-
CMYK0.7900.170.53
HSL166.74º65.52%28.43%-
HSV(B)166.74º79.17%47.06%-
XYZ9.3714.5414.12-
YUV89.2133.5382.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 120 (47.27% from 255) = 49.18%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=10.25%
G=49.18%
B=40.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25120990.7900.170.53166.7465.5228.43
Hex1978634F01135a7421c
Octal311701431170216524710234
Binary1100111110001100011100111101000111010110100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197863; }

 p { color: rgb(25,120,99); }

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

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

 a { background-color: rgb(25,120,99); }

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

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

 span { border-color: rgb(25,120,99); }

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