#107860

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

Shades of Deep Sea #107860

Tints of Deep Sea #107860

Color information

#107860 (or 0x107860) is unknown color: approx Deep Sea. HEX triplet: 10, 78 and 60. RGB value is (16,120,96). Sum of RGB (Red+Green+Blue) = 16+120+96=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #107860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107860 is #EF879F. Grayscale: #565656. Windows color (decimal): -15697824 or 6322192. OLE color: 6322192.

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

Color convert

RGB1612096-
CMYK0.8700.20.53
HSL166.15º76.47%26.67%-
HSV(B)166.15º86.67%47.06%-
XYZ9.0414.3913.37-
YUV86.17133.5477.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.90%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=6.90%
G=51.72%
B=41.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16120960.8700.20.53166.1576.4726.67
Hex1078605701435a64c1b
Octal201701401270246524611433
Binary1000011110001100000101011101010011010110100110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107860; }

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

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

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

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

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

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

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

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