#10766A

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

Shades of Deep Sea #10766A

Tints of Deep Sea #10766A

Color information

#10766A (or 0x10766A) is unknown color: approx Deep Sea. HEX triplet: 10, 76 and 6A. RGB value is (16,118,106). Sum of RGB (Red+Green+Blue) = 16+118+106=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #10766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10766A is #EF8995. Grayscale: #565656. Windows color (decimal): -15698326 or 6977040. OLE color: 6977040.

HSL color Cylindrical-coordinate representation of color #10766A: hue angle of 172.94º 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 #10766A is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB16118106-
CMYK0.8600.100.54
HSL172.94º76.12%26.27%-
HSV(B)172.94º86.44%46.27%-
XYZ9.2914.1115.87-
YUV86.13139.2177.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=6.67%
G=49.17%
B=44.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161181060.8600.100.54172.9476.1226.27
Hex10766A560A36ad4c1a
Octal201661521260126625511432
Binary100001110110110101010101100101011011010101101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10766A; }

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

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

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

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

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

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

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

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