#107360

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

Shades of Deep Sea #107360

Tints of Deep Sea #107360

Color information

#107360 (or 0x107360) is unknown color: approx Deep Sea. HEX triplet: 10, 73 and 60. RGB value is (16,115,96). Sum of RGB (Red+Green+Blue) = 16+115+96=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #107360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107360 is #EF8C9F. Grayscale: #535353. Windows color (decimal): -15699104 or 6320912. OLE color: 6320912.

HSL color Cylindrical-coordinate representation of color #107360: hue angle of 168.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107360 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1611596-
CMYK0.8600.170.55
HSL168.48º75.57%25.69%-
HSV(B)168.48º86.09%45.1%-
XYZ8.4613.2213.17-
YUV83.23135.280.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=7.05%
G=50.66%
B=42.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115960.8600.170.55168.4875.5725.69
Hex1073605601137a84c1a
Octal201631401260216725011432
Binary1000011100111100000101011001000111011110101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107360; }

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

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

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

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

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

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

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

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