#107665

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

Shades of Deep Sea #107665

Tints of Deep Sea #107665

Color information

#107665 (or 0x107665) is unknown color: approx Deep Sea. HEX triplet: 10, 76 and 65. RGB value is (16,118,101). Sum of RGB (Red+Green+Blue) = 16+118+101=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #107665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107665 is #EF899A. Grayscale: #555555. Windows color (decimal): -15698331 or 6649360. OLE color: 6649360.

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

Color convert

RGB16118101-
CMYK0.8600.140.54
HSL170º76.12%26.27%-
HSV(B)170º86.44%46.27%-
XYZ9.0414.0114.54-
YUV85.56136.7178.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.81%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=6.81%
G=50.21%
B=42.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161181010.8600.140.5417076.1226.27
Hex107665560E36aa4c1a
Octal201661451260166625211432
Binary100001110110110010110101100111011011010101010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107665; }

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

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

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

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

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

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

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

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