#19865C

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

Shades of Deep Sea #19865C

Tints of Deep Sea #19865C

Color information

#19865C (or 0x19865C) is unknown color: approx Deep Sea. HEX triplet: 19, 86 and 5C. RGB value is (25,134,92). Sum of RGB (Red+Green+Blue) = 25+134+92=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #19865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865C is #E679A3. Grayscale: #606060. Windows color (decimal): -15104420 or 6063641. OLE color: 6063641.

HSL color Cylindrical-coordinate representation of color #19865C: hue angle of 156.88º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19865C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB2513492-
CMYK0.8100.310.47
HSL156.88º68.55%31.18%-
HSV(B)156.88º81.34%52.55%-
XYZ10.8618.0313.03-
YUV96.62125.3976.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=9.96%
G=53.39%
B=36.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134920.8100.310.47156.8868.5531.18
Hex19865C5101F2F9d451f
Octal312061341210375723510537
Binary11001100001101011100101000101111110111110011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19865C; }

 p { color: rgb(25,134,92); }

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

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

 a { background-color: rgb(25,134,92); }

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

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

 span { border-color: rgb(25,134,92); }

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