#198171

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

Shades of Deep Sea #198171

Tints of Deep Sea #198171

Color information

#198171 (or 0x198171) is unknown color: approx Deep Sea. HEX triplet: 19, 81 and 71. RGB value is (25,129,113). Sum of RGB (Red+Green+Blue) = 25+129+113=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #198171 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198171 is #E67E8E. Grayscale: #606060. Windows color (decimal): -15105679 or 7438617. OLE color: 7438617.

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

Color convert

RGB25129113-
CMYK0.8100.120.49
HSL170.77º67.53%30.2%-
HSV(B)170.77º80.62%50.59%-
XYZ11.2317.118.33-
YUV96.08137.5477.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 129 (50.78% from 255) = 48.31%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=9.36%
G=48.31%
B=42.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal251291130.8100.120.49170.7767.5330.2
Hex198171510C31ab441e
Octal312011611210146125310436
Binary1100110000001111000110100010110011000110101011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198171; }

 p { color: rgb(25,129,113); }

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

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

 a { background-color: rgb(25,129,113); }

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

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

 span { border-color: rgb(25,129,113); }

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