#107865

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

Shades of Deep Sea #107865

Tints of Deep Sea #107865

Color information

#107865 (or 0x107865) is unknown color: approx Deep Sea. HEX triplet: 10, 78 and 65. RGB value is (16,120,101). Sum of RGB (Red+Green+Blue) = 16+120+101=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #107865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107865 is #EF879A. Grayscale: #565656. Windows color (decimal): -15697819 or 6649872. OLE color: 6649872.

HSL color Cylindrical-coordinate representation of color #107865: hue angle of 169.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107865 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB16120101-
CMYK0.8700.160.53
HSL169.04º76.47%26.67%-
HSV(B)169.04º86.67%47.06%-
XYZ9.2814.4814.62-
YUV86.74136.0477.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=6.75%
G=50.63%
B=42.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161201010.8700.160.53169.0476.4726.67
Hex1078655701035a94c1b
Octal201701451270206525111433
Binary1000011110001100101101011101000011010110101001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107865; }

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

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

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

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

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

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

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

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