#107560

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

Shades of Deep Sea #107560

Tints of Deep Sea #107560

Color information

#107560 (or 0x107560) is unknown color: approx Deep Sea. HEX triplet: 10, 75 and 60. RGB value is (16,117,96). Sum of RGB (Red+Green+Blue) = 16+117+96=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #107560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107560 is #EF8A9F. Grayscale: #545454. Windows color (decimal): -15698592 or 6321424. OLE color: 6321424.

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

Color convert

RGB1611796-
CMYK0.8600.180.54
HSL167.52º75.94%26.08%-
HSV(B)167.52º86.32%45.88%-
XYZ8.6913.6813.25-
YUV84.41134.5479.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 117 (46.09% from 255) = 51.09%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=6.99%
G=51.09%
B=41.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117960.8600.180.54167.5275.9426.08
Hex1075605601236a84c1a
Octal201651401260226625011432
Binary1000011101011100000101011001001011011010101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107560; }

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

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

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

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

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

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

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

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