#10785E

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

Shades of Deep Sea #10785E

Tints of Deep Sea #10785E

Color information

#10785E (or 0x10785E) is unknown color: approx Deep Sea. HEX triplet: 10, 78 and 5E. RGB value is (16,120,94). Sum of RGB (Red+Green+Blue) = 16+120+94=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #10785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10785E is #EF87A1. Grayscale: #555555. Windows color (decimal): -15697826 or 6191120. OLE color: 6191120.

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

Color convert

RGB1612094-
CMYK0.8700.220.53
HSL165º76.47%26.67%-
HSV(B)165º86.67%47.06%-
XYZ8.9514.3512.89-
YUV85.94132.5478.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=6.96%
G=52.17%
B=40.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16120940.8700.220.5316576.4726.67
Hex10785E5701635a54c1b
Octal201701361270266524511433
Binary1000011110001011110101011101011011010110100101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10785E; }

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

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

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

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

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

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

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

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