#10785B

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

Shades of Deep Sea #10785B

Tints of Deep Sea #10785B

Color information

#10785B (or 0x10785B) is unknown color: approx Deep Sea. HEX triplet: 10, 78 and 5B. RGB value is (16,120,91). Sum of RGB (Red+Green+Blue) = 16+120+91=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #10785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10785B is #EF87A4. Grayscale: #555555. Windows color (decimal): -15697829 or 5994512. OLE color: 5994512.

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

Color convert

RGB1612091-
CMYK0.8700.240.53
HSL163.27º76.47%26.67%-
HSV(B)163.27º86.67%47.06%-
XYZ8.8214.312.19-
YUV85.6131.0478.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=7.05%
G=52.86%
B=40.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16120910.8700.240.53163.2776.4726.67
Hex10785B5701835a34c1b
Octal201701331270306524311433
Binary1000011110001011011101011101100011010110100011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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