#10786A

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

Shades of Deep Sea #10786A

Tints of Deep Sea #10786A

Color information

#10786A (or 0x10786A) is unknown color: approx Deep Sea. HEX triplet: 10, 78 and 6A. RGB value is (16,120,106). Sum of RGB (Red+Green+Blue) = 16+120+106=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #10786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10786A is #EF8795. Grayscale: #575757. Windows color (decimal): -15697814 or 6977552. OLE color: 6977552.

HSL color Cylindrical-coordinate representation of color #10786A: hue angle of 171.92º 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 #10786A is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB16120106-
CMYK0.8700.120.53
HSL171.92º76.47%26.67%-
HSV(B)171.92º86.67%47.06%-
XYZ9.5314.5815.95-
YUV87.31138.5477.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=6.61%
G=49.59%
B=43.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161201060.8700.120.53171.9276.4726.67
Hex10786A570C35ac4c1b
Octal201701521270146525411433
Binary100001111000110101010101110110011010110101100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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