#107557

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

Shades of Deep Sea #107557

Tints of Deep Sea #107557

Color information

#107557 (or 0x107557) is unknown color: approx Deep Sea. HEX triplet: 10, 75 and 57. RGB value is (16,117,87). Sum of RGB (Red+Green+Blue) = 16+117+87=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #107557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107557 is #EF8AA8. Grayscale: #535353. Windows color (decimal): -15698601 or 5731600. OLE color: 5731600.

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

Color convert

RGB1611787-
CMYK0.8600.260.54
HSL162.18º75.94%26.08%-
HSV(B)162.18º86.32%45.88%-
XYZ8.313.5211.19-
YUV83.38130.0479.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=7.27%
G=53.18%
B=39.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117870.8600.260.54162.1875.9426.08
Hex1075575601A36a24c1a
Octal201651271260326624211432
Binary1000011101011010111101011001101011011010100010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107557; }

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

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

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

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

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

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

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

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