#107365

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

Shades of Deep Sea #107365

Tints of Deep Sea #107365

Color information

#107365 (or 0x107365) is unknown color: approx Deep Sea. HEX triplet: 10, 73 and 65. RGB value is (16,115,101). Sum of RGB (Red+Green+Blue) = 16+115+101=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #107365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107365 is #EF8C9A. Grayscale: #535353. Windows color (decimal): -15699099 or 6648592. OLE color: 6648592.

HSL color Cylindrical-coordinate representation of color #107365: hue angle of 171.52º 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 #107365 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB16115101-
CMYK0.8600.120.55
HSL171.52º75.57%25.69%-
HSV(B)171.52º86.09%45.1%-
XYZ8.6913.3114.42-
YUV83.8137.779.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=6.90%
G=49.57%
B=43.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161151010.8600.120.55171.5275.5725.69
Hex107365560C37ac4c1a
Octal201631451260146725411432
Binary100001110011110010110101100110011011110101100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107365; }

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

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

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

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

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

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

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

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