#107766

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

Shades of Deep Sea #107766

Tints of Deep Sea #107766

Color information

#107766 (or 0x107766) is unknown color: approx Deep Sea. HEX triplet: 10, 77 and 66. RGB value is (16,119,102). Sum of RGB (Red+Green+Blue) = 16+119+102=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #107766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107766 is #EF8899. Grayscale: #565656. Windows color (decimal): -15698074 or 6715152. OLE color: 6715152.

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

Color convert

RGB16119102-
CMYK0.8700.140.53
HSL170.1º76.3%26.47%-
HSV(B)170.1º86.55%46.67%-
XYZ9.2114.2614.84-
YUV86.26136.8877.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.75%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=6.75%
G=50.21%
B=43.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161191020.8700.140.53170.176.326.47
Hex107766570E35aa4c1a
Octal201671461270166525211432
Binary100001110111110011010101110111011010110101010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107766; }

 p { color: rgb(16,119,102); }

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

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

 a { background-color: rgb(16,119,102); }

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

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

 span { border-color: rgb(16,119,102); }

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