#198363

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

Shades of Deep Sea #198363

Tints of Deep Sea #198363

Color information

#198363 (or 0x198363) is unknown color: approx Deep Sea. HEX triplet: 19, 83 and 63. RGB value is (25,131,99). Sum of RGB (Red+Green+Blue) = 25+131+99=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #198363 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198363 is #E67C9C. Grayscale: #5F5F5F. Windows color (decimal): -15105181 or 6521625. OLE color: 6521625.

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

Color convert

RGB2513199-
CMYK0.8100.240.49
HSL161.89º67.95%30.59%-
HSV(B)161.89º80.92%51.37%-
XYZ10.7717.3414.58-
YUV95.66129.8877.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.80%
GREEN value IS 131 (51.56% from 255) = 51.37%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=9.80%
G=51.37%
B=38.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25131990.8100.240.49161.8967.9530.59
Hex1983635101831a2441f
Octal312031431210306124210437
Binary11001100000111100011101000101100011000110100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198363; }

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

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

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

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

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

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

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

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