#107561

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

Shades of Deep Sea #107561

Tints of Deep Sea #107561

Color information

#107561 (or 0x107561) is unknown color: approx Deep Sea. HEX triplet: 10, 75 and 61. RGB value is (16,117,97). Sum of RGB (Red+Green+Blue) = 16+117+97=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #107561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107561 is #EF8A9E. Grayscale: #545454. Windows color (decimal): -15698591 or 6386960. OLE color: 6386960.

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

Color convert

RGB1611797-
CMYK0.8600.170.54
HSL168.12º75.94%26.08%-
HSV(B)168.12º86.32%45.88%-
XYZ8.7313.713.49-
YUV84.52135.0479.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.96%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=6.96%
G=50.87%
B=42.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117970.8600.170.54168.1275.9426.08
Hex1075615601136a84c1a
Octal201651411260216625011432
Binary1000011101011100001101011001000111011010101000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107561; }

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

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

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

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

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

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

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

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