#107364

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

Shades of Deep Sea #107364

Tints of Deep Sea #107364

Color information

#107364 (or 0x107364) is unknown color: approx Deep Sea. HEX triplet: 10, 73 and 64. RGB value is (16,115,100). Sum of RGB (Red+Green+Blue) = 16+115+100=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #107364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107364 is #EF8C9B. Grayscale: #535353. Windows color (decimal): -15699100 or 6583056. OLE color: 6583056.

HSL color Cylindrical-coordinate representation of color #107364: hue angle of 170.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107364 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB16115100-
CMYK0.8600.130.55
HSL170.91º75.57%25.69%-
HSV(B)170.91º86.09%45.1%-
XYZ8.6413.2914.17-
YUV83.69137.279.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=6.93%
G=49.78%
B=43.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161151000.8600.130.55170.9175.5725.69
Hex107364560D37ab4c1a
Octal201631441260156725311432
Binary100001110011110010010101100110111011110101011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107364; }

 p { color: rgb(16,115,100); }

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

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

 a { background-color: rgb(16,115,100); }

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

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

 span { border-color: rgb(16,115,100); }

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